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