change to loop
This commit is contained in:
parent
110bf14848
commit
2fd0892d98
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
from_ip: "{{ item }}"
|
||||
to_port: "{{ signal_api_port }}"
|
||||
when: handle_ufw
|
||||
with: "{{ localnetworks }}"
|
||||
loop: "{{ localnetworks }}"
|
||||
|
||||
- name: Generate service unit
|
||||
shell: podman generate systemd --new --name signal-api > /etc/systemd/system/podman_signal_api.service
|
||||
|
|
Loading…
Reference in a new issue