debug: Add debug tasks for registries.conf copy operation
This commit is contained in:
parent
fbeee6de1c
commit
0a8a563c59
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user