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 4a55d94 commit 214230cCopy full SHA for 214230c
etc/kayobe/ansible/growroot.yml
@@ -32,7 +32,7 @@
32
- name: Check LVM status
33
ansible.builtin.shell:
34
executable: "/bin/bash"
35
- cmd: set -o pipefail && vgdisplay | grep -q lvm2
+ cmd: set -o pipefail && vgdisplay | grep lvm2 >> /dev/null
36
changed_when: false
37
failed_when: false
38
check_mode: false
0 commit comments