Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add single quotes to avoid glob expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Lavine committed Mar 19, 2018
1 parent 61d0324 commit a6d29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/brms/tasks/main.yml
Expand Up @@ -36,7 +36,7 @@
when: '"jboss.brms" in facts_to_collect or "jboss.brms.summary" in facts_to_collect'

- name: cat MANIFEST.MF files
raw: cat {{ item }}/META-INF/MANIFEST.MF
raw: cat '{{ item }}/META-INF/MANIFEST.MF'
register: jboss_brms_manifest_mf
ignore_errors: yes
with_items: "{{ business_central_candidates + kie_server_candidates }}"
Expand Down

0 comments on commit a6d29fa

Please sign in to comment.