mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Fix my error from not removing this parameter
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user