Browse Source

forgot a conditional in dokuwiki backup install

master
cinnaboot 5 years ago
parent
commit
0501005505
  1. 1
      tasks/dokuwiki.yml

1
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:

Loading…
Cancel
Save