mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
@@ -60,7 +60,7 @@ def executor(tmpdir_factory, request):
|
||||
|
||||
cli = PlaybookCLI(['', 'playbook.yml'])
|
||||
cli.parse()
|
||||
options = cli.parser.parse_args([])[0]
|
||||
options = cli.parser.parse_args(['-v'])[0]
|
||||
loader = DataLoader()
|
||||
variable_manager = VariableManager()
|
||||
inventory = Inventory(loader=loader, variable_manager=variable_manager,
|
||||
|
||||
Reference in New Issue
Block a user