Hello list!
Using the Ansible API 2.x what would be the easiest way to pass the “–step” option to the PlaybookExecutor call?
eg from:
PlaybookExecutor(playbooks=playbooks, inventory=inventory,
variable_manager=variable_manager, loader=loader,
options=options, passwords=passwords)
I’m using Ansible 2.2.0.
Thanks
Evelio