Merge pull request #4882 from jbradberry/isolated-playbooks-with-spaces

Quote the playbook passed to runner from the isolated manager

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-10-02 17:40:20 +00:00 committed by GitHub
commit dacda644ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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