Skip to content

Commit e814461

Browse files
authored
Merge pull request #1460 from stackhpc/seed-fix-growroot
Fix growroot LVM check
2 parents 1daca14 + a4965df commit e814461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/growroot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- name: Check LVM status
3333
ansible.builtin.shell:
3434
executable: "/bin/bash"
35-
cmd: set -o pipefail && vgdisplay | grep -q lvm2
35+
cmd: set -o pipefail && vgdisplay | grep lvm2 >> /dev/null
3636
changed_when: false
3737
failed_when: false
3838
check_mode: false

0 commit comments

Comments
 (0)