ansible-galaxy docs: fix init of container role (#47853)
(cherry picked from commit ec32bda2ef
)
This commit is contained in:
parent
dfdc7ec90c
commit
64b6637a6f
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ use the *--force* option. Force will create the above subdirectories and files,
|
|||
Container Enabled
|
||||
=================
|
||||
|
||||
If you are creating a Container Enabled role, use the *--container-enabled* option. This will create the same directory structure as above, but populate it
|
||||
If you are creating a Container Enabled role, pass ``--type container`` to ``ansible-galaxy init``. This will create the same directory structure as above, but populate it
|
||||
with default files appropriate for a Container Enabled role. For instance, the README.md has a slightly different structure, the *.travis.yml* file tests
|
||||
the role using `Ansible Container <https://github.com/ansible/ansible-container>`_, and the meta directory includes a *container.yml* file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue