Add debug

This commit is contained in:
Chris Hammer 2025-02-27 23:12:55 -05:00
parent 94d53287d0
commit 17c95aad22

View File

@ -18,6 +18,10 @@
path: "{{ bigboot_backup_success_file }}"
register: bigboot_backup_success
- name: Debug vars
ansible.builtin.debug:
msg: "bigboot_backup_success['stat']['exists'] -> {{ bigboot_backup_success['stat']['exists'] }} -- rear_force_backup -> {{ rear_force_backup }}"
- name: End if backup for Bigboot already exists
ansible.builtin.meta: end_host
when: