wireguard-tor.yml aktualisiert
This commit is contained in:
parent
1591a88983
commit
3bea452a84
@ -242,7 +242,7 @@
|
||||
notify: Restart wireguard
|
||||
|
||||
- name: Start wireguard
|
||||
ansible.builtin.shell: docker-compose up -d
|
||||
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||
args:
|
||||
chdir: /home/docker/wireguard-tor.{{inventory_hostname}}
|
||||
creates: /home/docker/wireguard-tor.{{inventory_hostname}}/db/server/global_settings.json
|
||||
@ -326,7 +326,7 @@
|
||||
notify: Restart wireguard
|
||||
|
||||
- name: Restart wireguard
|
||||
ansible.builtin.shell: docker-compose up -d
|
||||
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||
args:
|
||||
chdir: /home/docker/wireguard-tor.{{inventory_hostname}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user