Skip to content

Commit ddeb9a7

Browse files
authored
Improve documentation of molecule init role (#3393)
1 parent 6e97199 commit ddeb9a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To generate a new role with Molecule, simply run:
3232

3333
.. code-block:: bash
3434
35-
$ molecule init role my_new_role --driver-name docker
35+
$ molecule init role acme.my_new_role --driver-name docker
3636
3737
You should then see a ``my_new_role`` folder in your current directory.
3838

src/molecule/command/init/role.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ class Role(base.Base):
3737
"""
3838
Init Role Command Class.
3939
40-
.. program:: molecule init role foo
40+
.. program:: molecule init role acme.foo
4141
42-
.. option:: molecule init role foo
42+
.. option:: molecule init role acme.foo
4343
4444
Initialize a new role.
4545

0 commit comments

Comments
 (0)