diff --git a/tasks/configure.yml b/tasks/configure.yml index d52b2e0..afbbb62 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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