properly quote command in roles/osbs-atomic-reactor handler

This commit is contained in:
Adam Miller 2016-01-28 21:17:50 +00:00
parent 03b4b85c3f
commit 096d93cc06

View file

@ -1,3 +1,3 @@
---
- name: rebuild buildroot
shell: {{ atomic_reactor_rpm.buildroot_cmd }}
shell: "{{ atomic_reactor_rpm.buildroot_cmd }}"