properly quote command in roles/osbs-atomic-reactor handler
This commit is contained in:
parent
03b4b85c3f
commit
096d93cc06
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
- name: rebuild buildroot
|
- name: rebuild buildroot
|
||||||
shell: {{ atomic_reactor_rpm.buildroot_cmd }}
|
shell: "{{ atomic_reactor_rpm.buildroot_cmd }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue