diff --git a/roles/edpm_podman/tasks/install.yml b/roles/edpm_podman/tasks/install.yml index 49fe804c6..f86546df5 100644 --- a/roles/edpm_podman/tasks/install.yml +++ b/roles/edpm_podman/tasks/install.yml @@ -107,8 +107,8 @@ when: not edpm_podman_disconnected_ocp - name: Write containers registries.conf - ansible.builtin.template: - src: "{{ edpm_podman_registries_conf }}" + ansible.builtin.copy: + content: "{{ edpm_podman_registries_conf }}" dest: /etc/containers/registries.conf owner: root group: root