Fixed photoview docker path
This commit is contained in:
parent
8e893b470e
commit
9952cc230b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
handlers:
|
handlers:
|
||||||
- name: Restart Photoview
|
- name: Restart Photoview
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
chdir: ~/Docker/photoview-docker
|
chdir: ~/Docker/photoview
|
||||||
cmd: docker-compose up -d
|
cmd: docker-compose up -d
|
||||||
- name: Restart Vaultwarden
|
- name: Restart Vaultwarden
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
|
Reference in a new issue