podman
This commit is contained in:
@@ -26,6 +26,13 @@
|
||||
- podman
|
||||
- podman-networks
|
||||
|
||||
- name: Create volume directories
|
||||
ansible.builtin.include_tasks: host_directories.yml
|
||||
when: podman_create_volumes | bool
|
||||
tags:
|
||||
- podman
|
||||
- podman-volumes
|
||||
|
||||
- name: Manage Podman volumes
|
||||
ansible.builtin.include_tasks: volumes.yml
|
||||
when: podman_volumes | length > 0
|
||||
|
||||
Reference in New Issue
Block a user