Move develop into main #2

Merged
chris merged 53 commits from develop into main 2024-07-11 21:41:45 -04:00
Showing only changes of commit 251eab2918 - Show all commits

View File

@ -3,7 +3,7 @@
ansible.builtin.shell:
cmd: |
set -o pipefail
lsblk -p -o name,type|grep lvm|head -1
lsblk -p -o name,type | grep -vi swap | grep lvm | head -1
executable: /bin/bash
changed_when: false
register: bigboot_adjacent_lvm