1
0
Fork 0
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:
Jason N. 2024-03-16 13:30:44 -04:00
parent f926affe0a
commit 48e34efe59

View file

@ -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