debug: Add debug tasks for registries.conf copy operation

This commit is contained in:
Tobias J. Endres 2025-09-02 21:21:11 +02:00
parent fbeee6de1c
commit 0a8a563c59

View File

@ -31,10 +31,8 @@
group: "{{ ansible_user }}"
mode: '0644'
become: true
register: copy_registries_conf_output
- name: Restart Podman user service (if running)
ansible.builtin.systemd:
name: podman.service
state: restarted
scope: user
ignore_errors: true # This might fail if podman.service is not running as a user service
- name: Display copy_registries_conf_output
debug:
var: copy_registries_conf_output