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:
parent
f840c0d167
commit
74b26da9ac
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue