Skip to content

Commit

Permalink
Merge pull request #1460 from stackhpc/seed-fix-growroot
Browse files Browse the repository at this point in the history
Fix growroot LVM check
  • Loading branch information
Alex-Welsh authored Jan 16, 2025
2 parents 1daca14 + a4965df commit e814461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/growroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- name: Check LVM status
ansible.builtin.shell:
executable: "/bin/bash"
cmd: set -o pipefail && vgdisplay | grep -q lvm2
cmd: set -o pipefail && vgdisplay | grep lvm2 >> /dev/null
changed_when: false
failed_when: false
check_mode: false
Expand Down

0 comments on commit e814461

Please sign in to comment.