mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Quote the playbook passed to runner from the isolated manager
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
when: key.stat.exists
|
when: key.stat.exists
|
||||||
|
|
||||||
- name: spawn the playbook
|
- 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
|
when: playbook is defined
|
||||||
|
|
||||||
- name: spawn the adhoc command
|
- name: spawn the adhoc command
|
||||||
|
|||||||
Reference in New Issue
Block a user