Skip to content

Commit

Permalink
docs/getting-started.rst: Add missing argument to init role (#2986)
Browse files Browse the repository at this point in the history
The default driver is 'delegated' nowadays and this document is
about using the 'docker' driver, so "--driver-name docker" has to
be appended to the "molecule init role" command line.

Ref: #2916
Signed-off-by: Arnaud Patard <[email protected]>
  • Loading branch information
apatard committed Nov 20, 2020
1 parent 2b6cf67 commit 89a96b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To generate a new role with Molecule, simply run:

.. code-block:: bash
$ molecule init role my-new-role
$ molecule init role my-new-role --driver-name docker
You should then see a ``my-new-role`` folder in your current directory.

Expand Down

0 comments on commit 89a96b0

Please sign in to comment.