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
+1 -1
View File
@@ -1,6 +1,6 @@
---
- name: create_vg | creating new LVM volume group(s)
community.general.system.lvg:
community.general.lvg:
vg: "{{ vg.vgname }}"
pvs: "{{ vg.disks | join(',') }}"
state: present