Remove debug

This commit is contained in:
Chris Hammer 2025-02-27 23:14:31 -05:00
parent 17c95aad22
commit 0508017e08

View File

@ -18,10 +18,6 @@
path: "{{ bigboot_backup_success_file }}" path: "{{ bigboot_backup_success_file }}"
register: bigboot_backup_success 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 - name: End if backup for Bigboot already exists
ansible.builtin.meta: end_host ansible.builtin.meta: end_host
when: when: