Sync with Develop #7

Merged
chris merged 38 commits from develop into main 2025-01-08 16:44:32 -05:00
85 changed files with 3584 additions and 187 deletions
Showing only changes of commit 078da59120 - Show all commits

View File

@ -4,7 +4,7 @@
- name: Assert that the mount point exists
ansible.builtin.assert:
that: (shrink_lv_mount_info | length) == 1
that: (shrink_lv_mount_info | length) >= 1
fail_msg: "Mount point {{ item.device }} does not exist"
- name: Assert that the filesystem is supported

View File

@ -5,6 +5,11 @@ collections:
# type: git
# version: main
# - name: infra.lvm_snapshots.shrink_lv
# source: https://github.com/jchristianh/infra.lvm_snapshots.git
# type: git
# version: check-device-fix
- name: rhc.rear
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git
type: git