fix: Correct path to registries.conf.j2 template in podman role
This commit is contained in:
parent
d801752d9a
commit
db8928ad54
@ -16,9 +16,9 @@
|
||||
|
||||
- name: Configure unqualified image search registries for Podman
|
||||
ansible.builtin.copy:
|
||||
src: registries.conf.j2
|
||||
src: ../templates/registries.conf.j2 # Corrected path
|
||||
dest: /etc/containers/registries.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
become: true
|
||||
become: true
|
||||
Loading…
x
Reference in New Issue
Block a user