Fixing another bug with the podman_setup playbook

This commit is contained in:
Bradley Bickford 2024-11-08 20:09:50 -05:00
parent 349545a10e
commit e7246d9687

View File

@ -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