Add assertion fix to local copy of collection; Fix deployed to Github - needs testing also

This commit is contained in:
Chris Hammer 2025-01-07 16:57:06 -05:00
parent d3cf06fbd1
commit 078da59120
2 changed files with 6 additions and 1 deletions

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