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

began playbook tweak

This commit is contained in:
Brad Olson 2012-04-10 14:45:44 +00:00
parent f840c0d167
commit 74b26da9ac

View file

@ -32,7 +32,7 @@ def main(args):
''' run ansible-playbook operations '''
# create parser for CLI options
usage = "ansible-playbook playbook.yml [options]"
usage = "%prog playbook.yml [options]"
options = {
'-e' : dict(long='--extra-vars', dest='extra_vars',
help='pass in extra key=value variables from outside the playbook'),