Switched to usage of FQCNs

This commit is contained in:
2025-11-26 15:48:40 +01:00
parent 990b22176f
commit 448f22b422
8 changed files with 52 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
update_cache: yes
- name: Create local mount point for Podman NFS data
ansible.builtin.file:
ansible.builtin.file: # noqa name[missing]
path: "{{ podman_data_mount_point }}"
state: directory
mode: '0755'
@@ -48,7 +48,7 @@
update_cache: yes
- name: Create directory for Portainer compose file
ansible.builtin.file:
ansible.builtin.file: # noqa name[missing]
path: "{{ podman_data_mount_point }}/compose/portainer"
state: directory
mode: '0755'