Skip to content

Commit

Permalink
Merge pull request #833 from openshift-cherrypick-robot/cherry-pick-8…
Browse files Browse the repository at this point in the history
…08-to-18.0-fr1

[18.0-fr1] Use copy instead of template for disconnected registries.conf
  • Loading branch information
openshift-merge-bot[bot] authored Dec 2, 2024
2 parents e8b282c + 57a630c commit 1f6d1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/edpm_podman/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f6d1b0

Please sign in to comment.