ansible-playbooks/podman/directory.ansible.yml
2025-05-01 22:20:09 +02:00

11 lines
246 B
YAML

- hosts: localhost
vars_files:
- map.yml
tasks:
- name: "podman/directory : Create podman directory"
file:
path: "{{ podman_dir }}"
owner: puser
group: puser
state: directory
mode: "0755"