From 15a138f7d7bb98b1b8f6633931ae8369c403b9fd Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Sat, 14 Mar 2026 17:07:45 -0700 Subject: [PATCH] =?UTF-8?q?pull=20=E2=86=92=20extract=20=E2=86=92=20check?= =?UTF-8?q?=20changes=20=E2=86=92=20stage=20=E2=86=92=20commit=20=E2=86=92?= =?UTF-8?q?=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/hypervisor_backup_config/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/hypervisor_backup_config/tasks/main.yml b/roles/hypervisor_backup_config/tasks/main.yml index 4dadc1b..8ddbd29 100644 --- a/roles/hypervisor_backup_config/tasks/main.yml +++ b/roles/hypervisor_backup_config/tasks/main.yml @@ -187,4 +187,5 @@ - name: Clean up temp tarball on node ansible.builtin.file: path: "/tmp/{{ pve_config_backup_filename }}.tar.gz" - state: absent \ No newline at end of file + state: absent + \ No newline at end of file