From ec32bda2ef7613e08db293ddc84e295434b0b62d Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 31 Oct 2018 20:38:55 +0100 Subject: [PATCH] ansible-galaxy docs: fix init of container role (#47853) --- docs/docsite/rst/reference_appendices/galaxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/galaxy.rst b/docs/docsite/rst/reference_appendices/galaxy.rst index f2271a19cca..4059b350f67 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 `_, and the meta directory includes a *container.yml* file.