mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 23:48:12 +03:00
fix commuity.general module names
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
verbosity: 2
|
||||
|
||||
- name: create_lv | creating new LVM logical volume(s)
|
||||
community.general.system.lvol:
|
||||
community.general.lvol:
|
||||
vg: "{{ vg.vgname }}"
|
||||
lv: "{{ lv.lvname }}"
|
||||
size: "{{ lv.size }}"
|
||||
|
||||
Reference in New Issue
Block a user