From 11946d4dfeb32f50a7b1f3fef0abce3fc57e8b47 Mon Sep 17 00:00:00 2001 From: erebion Date: Wed, 10 Apr 2024 12:21:41 +0200 Subject: [PATCH] small fix --- roles/unhb_backup_scripts/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/unhb_backup_scripts/tasks/main.yml b/roles/unhb_backup_scripts/tasks/main.yml index 78acb97..8802942 100644 --- a/roles/unhb_backup_scripts/tasks/main.yml +++ b/roles/unhb_backup_scripts/tasks/main.yml @@ -82,6 +82,7 @@ owner: root group: root mode: 'u+rw' + force: true register: unit when: "ansible_os_family == 'Debian'" @@ -92,6 +93,7 @@ owner: root group: root mode: 'u+rw' + force: true register: unit when: "ansible_os_family == 'Debian'"