diff --git a/wireguard-tor.yml b/wireguard-tor.yml index 4b7370c..e0a2141 100644 --- a/wireguard-tor.yml +++ b/wireguard-tor.yml @@ -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}}