fix commuity.general module names

This commit is contained in:
Jason Cox
2024-01-15 11:00:08 -07:00
committed by GitHub
parent 564d3d1f6f
commit 683c617265
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
loop_var: vg
- name: manage_lvm | Removing LVM logical volume(s)
community.general.system.lvol:
community.general.lvol:
vg: "{{ item.0.vgname }}"
lv: "{{ item.1.lvname }}"
state: absent
@@ -20,7 +20,7 @@
- not item.1.create|bool
- name: manage_lvm | Removing LVM volume group(s)
community.general.system.lvg:
community.general.lvg:
vg: "{{ item.vgname }}"
pvs: "{{ item.disks | join(',') }}"
state: absent