From 1122d28a1b10ac6c373688f2f80321c5afe2159f Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Wed, 2 Oct 2019 11:10:19 -0400 Subject: [PATCH] Quote the playbook passed to runner from the isolated manager --- awx/playbooks/run_isolated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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