mirror of https://github.com/ansible/ansible.git
add --extra-vars for ansible-galaxy role|collection init (#82605)
allow extra vars when templating j2 files in the skeleton, for example: ansible-galaxy init --role-skeleton /path/to/skeleton --extra-vars @/path/to/vars_file.yml newrole ansible-galaxy init --extra-vars "min_ansible_version=2.17.0" newrolepull/82692/head
parent
b88d43a029
commit
4bcc27ca99
@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- >-
|
||||
``ansible-galaxy role|collection init`` - accept ``--extra-vars`` to
|
||||
supplement/override the variables ``ansible-galaxy`` injects for templating
|
||||
``.j2`` files in the skeleton.
|
Loading…
Reference in New Issue