summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorChris Houseknecht <chouseknecht@ansible.com>2017-03-02 12:10:38 -0500
committerGitHub <noreply@github.com>2017-03-02 12:10:38 -0500
commitd20d528dbd8673a16973e47753c1485effd18b2d (patch)
treee03a951866b7777893baaf5fa6939cadb4dde03a /docs/man
parent8b2ca79507b1721056913be49810095f97977944 (diff)
downloadansible-d20d528dbd8673a16973e47753c1485effd18b2d.tar.gz
Adds --role-skeleton to ansible-galaxy man page (#22199)
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/man1/ansible-galaxy.1.asciidoc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-galaxy.1.asciidoc.in b/docs/man/man1/ansible-galaxy.1.asciidoc.in
index e2cef97735..cbe75b604f 100644
--- a/docs/man/man1/ansible-galaxy.1.asciidoc.in
+++ b/docs/man/man1/ansible-galaxy.1.asciidoc.in
@@ -129,6 +129,14 @@ Don't query the galaxy API when creating roles
Initialize the new role with files appropriate for a Container Enabled role.
+*--role-skeleton=*'ROLE_SKELETON'::
+
+By default a new role is based on a template delivered with Ansible. Use
+this option to provide an alternate template. Specify a path to a directory
+that contains subdirectories and Jinja templates from which to base the new
+role. Alternatively, the role_skeleton option can be configured in
+*ansible.cfg*.
+
LIST
----