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: tasks:
- name: Setup container directory volume group - name: Setup container directory volume group
community.general.lvg: community.general.lvg:
vg: "{{ vg_podman }}" vg: "{{ vg_name }}"
pvs: "{{ dev_device }}" pvs: "{{ dev_device }}"
- name: Setup container directory logical volume - name: Setup container directory logical volume
community.general.lvol: community.general.lvol:
vg: "{{ vg_podman }}" vg: "{{ vg_name }}"
lv: "{{ lv_name }}" lv: "{{ lv_name }}"
size: 100%FREE size: 100%FREE