From 05010055055ee613ea64e701c18bbb9ff59d60e0 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 12 Apr 2021 14:52:08 -0400 Subject: [PATCH] forgot a conditional in dokuwiki backup install --- tasks/dokuwiki.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/dokuwiki.yml b/tasks/dokuwiki.yml index fe5ed9f..581e8e6 100644 --- a/tasks/dokuwiki.yml +++ b/tasks/dokuwiki.yml @@ -166,6 +166,7 @@ dest: "{{ docroot }}" owner: "{{ lighttpd_user }}" group: "{{ lighttpd_group }}" + when: use_backup and backup_guard_present.matched == 0 - name: add guard file to let ansible know backup is completed file: