We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a21f63 commit f45dcd4Copy full SHA for f45dcd4
etc/kayobe/ansible/growroot.yml
@@ -31,6 +31,7 @@
31
tasks:
32
- name: Check LVM status
33
ansible.builtin.shell:
34
+ executable: "/bin/bash"
35
cmd: set -o pipefail && vgdisplay | grep -q lvm2
36
changed_when: false
37
failed_when: false
0 commit comments