mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +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
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: cat /ostree/deploy/default/deploy/*.origin
|
||||
cmd: /bin/bash -c "cat /ostree/deploy/default/deploy/*.origin"
|
||||
register: origin
|
||||
|
||||
- name: Get vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue