mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 07:58:25 +03:00
fix commuity.general module names
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user