Add assertion fix to local copy of collection; Fix deployed to Github - needs testing also
This commit is contained in:
parent
d3cf06fbd1
commit
078da59120
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user