Quote the playbook passed to runner from the isolated manager

This commit is contained in:
Jeff Bradberry 2019-10-02 11:10:19 -04:00
parent 1f62d223a2
commit 1122d28a1b

View File

@ -26,7 +26,7 @@
when: key.stat.exists
- name: spawn the playbook
command: "ansible-runner start {{src}} -p {{playbook}} -i {{ident}}"
command: "ansible-runner start {{src}} -p '{{playbook}}' -i {{ident}}"
when: playbook is defined
- name: spawn the adhoc command