mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
wrap with bash
This commit is contained in:
parent
f926affe0a
commit
48e34efe59
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
- name: Get origin
|
- name: Get origin
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: cat /ostree/deploy/default/deploy/*.origin
|
cmd: /bin/bash -c "cat /ostree/deploy/default/deploy/*.origin"
|
||||||
register: origin
|
register: origin
|
||||||
|
|
||||||
- name: Get vars
|
- name: Get vars
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue