diff --git a/tasks/configure.yml b/tasks/configure.yml index cf268d0..f0d03dd 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -18,6 +18,7 @@ - name: Ensure UFW allow traffic to exposed port ufw: rule: allow + route: true to_port: "{{ signal_api_port }}" - name: Generate service unit