Fixing another bug with the podman_setup playbook
This commit is contained in:
parent
349545a10e
commit
e7246d9687
@ -11,12 +11,12 @@
|
||||
tasks:
|
||||
- name: Setup container directory volume group
|
||||
community.general.lvg:
|
||||
vg: "{{ vg_podman }}"
|
||||
vg: "{{ vg_name }}"
|
||||
pvs: "{{ dev_device }}"
|
||||
|
||||
- name: Setup container directory logical volume
|
||||
community.general.lvol:
|
||||
vg: "{{ vg_podman }}"
|
||||
vg: "{{ vg_name }}"
|
||||
lv: "{{ lv_name }}"
|
||||
size: 100%FREE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user