mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
properly quote command in roles/osbs-atomic-reactor handler
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: rebuild buildroot
|
||||
shell: {{ atomic_reactor_rpm.buildroot_cmd }}
|
||||
shell: "{{ atomic_reactor_rpm.buildroot_cmd }}"
|
||||
|
||||
Reference in New Issue
Block a user