15 lines
303 B
YAML
15 lines
303 B
YAML
---
|
|
# tasks file for podman
|
|
|
|
- name: Import task to prepare instance
|
|
ansible.builtin.import_tasks:
|
|
file: prepare.yml
|
|
|
|
- name: Import task to manage pods
|
|
ansible.builtin.import_tasks:
|
|
file: pods.yml
|
|
|
|
- name: Import task to manage pods
|
|
ansible.builtin.import_tasks:
|
|
file: containers.yml
|