remove the default

This commit is contained in:
Andreas Zweili 2021-11-15 18:00:08 +01:00
parent 158d4fbdcb
commit 458309da63
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
if [ $(hostname) == {{ ansible_facts['hostname'] }} ]
then
cd {{ docker_project_path | default('/home/ansible') }}
cd {{ docker_project_path }}
sudo docker-compose pause
sudo -E restic backup /home/ansible --exclude-file=/etc/restic/excludes.txt
fi