mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix my error from not removing this parameter
This commit is contained in:
parent
7553981ca2
commit
cc2d3e0f1a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ from ansible.scripts import base_ans_parser, error_print
|
|||
|
||||
def main(args):
|
||||
|
||||
parser = base_ans_parser(output_path=False)
|
||||
parser = base_ans_parser()
|
||||
parser.usage = "ans-command [options] command-to-run"
|
||||
|
||||
parser.add_option('-c', '--return-codes', dest='return_codes', action='store_true',
|
||||
|
|
Loading…
Reference in a new issue