Switched to usage of FQCNs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user