Fixed photoview docker path

This commit is contained in:
Edgar P. Burkhart 2021-07-23 08:31:04 +02:00
parent 8e893b470e
commit 9952cc230b
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
handlers:
- name: Restart Photoview
ansible.builtin.command:
chdir: ~/Docker/photoview-docker
chdir: ~/Docker/photoview
cmd: docker-compose up -d
- name: Restart Vaultwarden
ansible.builtin.command: