From 2fd0892d98ad9b9f0a8e001408da1f36e010e0b0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 19 Mar 2023 17:56:46 +0200 Subject: [PATCH] change to loop --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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