Commit 74b26da9 by Brad Olson

began playbook tweak

parent f840c0d1
......@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment