summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2018-10-31 20:38:55 +0100
committerToshio Kuratomi <a.badger@gmail.com>2018-11-05 15:10:52 -0800
commit64b6637a6f655ec035878cbecd0bd4d3692bb2c7 (patch)
tree1aede104a11d5d21fb3fdf9ed1503ca07693bdce /docs
parentdfdc7ec90c3bd1dba3ea607d9dd62428602cd522 (diff)
downloadansible-64b6637a6f655ec035878cbecd0bd4d3692bb2c7.tar.gz
ansible-galaxy docs: fix init of container role (#47853)
(cherry picked from commit ec32bda2ef7613e08db293ddc84e295434b0b62d)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/reference_appendices/galaxy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/reference_appendices/galaxy.rst b/docs/docsite/rst/reference_appendices/galaxy.rst
index f2271a19cc..4059b350f6 100644
--- a/docs/docsite/rst/reference_appendices/galaxy.rst
+++ b/docs/docsite/rst/reference_appendices/galaxy.rst
@@ -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.