Adds --role-skeleton to ansible-galaxy man page (#22199)

This commit is contained in:
Chris Houseknecht 2017-03-02 12:10:38 -05:00 committed by GitHub
parent 8b2ca79507
commit d20d528dbd

View file

@ -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
----