diff --git a/awx/playbooks/run_isolated.yml b/awx/playbooks/run_isolated.yml index 157d561635..ae3c4b8875 100644 --- a/awx/playbooks/run_isolated.yml +++ b/awx/playbooks/run_isolated.yml @@ -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