try to fix the conditionals

This commit is contained in:
Andreas Zweili 2021-11-15 18:38:58 +01:00
parent 0f4bbb3ca6
commit 7376f1e9cc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
export RESTIC_PASSWORD={{ restic_password }}
restic backup /home/andreas --exclude-file=/etc/restic/excludes.txt
when: docker_skip_project or "'docker' not in group_names"
when: docker_skip_project is defined or "'docker' not in group_names"
- name: "Create the restic config dir"
file: