mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Amend option descriptions.
This commit is contained in:
parent
3c64292de5
commit
8e1f24b822
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ def main(args):
|
|||
usage = "ans-playbook playbook.yml"
|
||||
parser = utils.base_parser(constants=C, usage=usage)
|
||||
parser.add_option('-e', '--extra-vars', dest='extra_vars',
|
||||
help='arguments to pass to the inventory script')
|
||||
help='pass in extra key=value variables from outside the playbook')
|
||||
parser.add_option('-O', '--override-hosts', dest="override_hosts", default=None,
|
||||
help="run playbook against these hosts regardless of inventory settings")
|
||||
help="run playbook against only hosts, ignorning the inventory file")
|
||||
|
||||
options, args = parser.parse_args(args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue