mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-06-28 18:53:08 +00:00
force login and password change
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
when:
|
||||
- wireguard_ui_container_engine == 'docker'
|
||||
- not wireguard_ui_container.changed
|
||||
- not wireguard_ui_auth.changed
|
||||
|
||||
- name: Restart WireGuard UI with podman
|
||||
containers.podman.podman_container:
|
||||
@ -26,3 +27,4 @@
|
||||
when:
|
||||
- wireguard_ui_container_engine == 'podman'
|
||||
- not wireguard_ui_container.changed
|
||||
- not wireguard_ui_auth.changed
|
||||
|
Reference in New Issue
Block a user