1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Undocument --extra-vars

This commit is contained in:
Michael DeHaan 2012-04-16 23:07:59 -04:00
parent 3f82b9b889
commit b30aadcf0b

View file

@ -294,12 +294,6 @@ in a push-script::
There are full examples of both of these items in the github examples/playbooks directory.
Finally, there exists one more option, which feeds variables in from the command line,
rather than sourcing them from the usual means::
ansible-playbook foo.yml --extra-vars="release_version=1234 capital_of_assyria=idontknow"
Conditional Execution
+++++++++++++++++++++