Skip to content

Commit

Permalink
wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 1, 2023
1 parent fe7dd5c commit ff1e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/ansible_openvpn/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
network_mode: "service:openvpn"
volumes:
- semaphore-data:/home/semaphore/data/:z
- dashboard_website:/home/semaphore/dashboard_website:z
- dashboard_website:/home/semaphore/dashboard_website:rw
depends_on:
- mysql # for postgres, change to: postgres
- openvpn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
- name: Website synchronization
ansible.posix.synchronize:
mode: 'pull'
src: '{{ playbook_dir }}../docker/dashboard'
src: '{{ playbook_dir }}/../docker/dashboard'
dest: '{{ destination }}'

0 comments on commit ff1e1ee

Please sign in to comment.