mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-21 22:23:10 +01:00
do not report port as changed if not actually changed
This commit is contained in:
parent
e55fa5b4da
commit
d059c84a51
@ -106,6 +106,8 @@
|
|||||||
innernet set-listen-port {{ network_name }} \
|
innernet set-listen-port {{ network_name }} \
|
||||||
-l {{ network_listen_port_clients }} \
|
-l {{ network_listen_port_clients }} \
|
||||||
--yes
|
--yes
|
||||||
|
register: listen_port_changed
|
||||||
|
changed_when: "'No change necessary' not in listen_port_changed.stdout"
|
||||||
|
|
||||||
- name: Allow UDP traffic on WireGuard port
|
- name: Allow UDP traffic on WireGuard port
|
||||||
tags: [listen_port]
|
tags: [listen_port]
|
||||||
|
Loading…
Reference in New Issue
Block a user