From 704a71b585388688a6fd0e7215106e9d55402dec Mon Sep 17 00:00:00 2001 From: Elias Hackradt Date: Wed, 20 Dec 2023 13:12:45 +0100 Subject: [PATCH] Fixup handlers --- tasks/firewalld.yml | 4 ++-- tasks/main.yml | 6 +++--- tasks/ufw.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tasks/firewalld.yml b/tasks/firewalld.yml index 9a406f1..b659fb5 100644 --- a/tasks/firewalld.yml +++ b/tasks/firewalld.yml @@ -12,7 +12,7 @@ proto: udp - port: "{{ coturn_min_port }}-{{ coturn_max_port }}" proto: udp - notify: restart coturn + notify: Restart coturn - name: Firewalld enable coturn tls ports and certificate renewal ansible.posix.firewalld: @@ -24,4 +24,4 @@ - "{{ coturn_tls_listening_port }}/udp" - "80/tcp" when: coturn_use_tls - notify: restart coturn + notify: Restart coturn diff --git a/tasks/main.yml b/tasks/main.yml index 6f48545..c3fc1ea 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -92,8 +92,8 @@ group: root mode: '0644' notify: - - systemd daemon-reload - - restart coturn + - Systemd daemon-reload + - Restart coturn - name: Create lograte structure block: @@ -119,7 +119,7 @@ owner: root group: root mode: 0644 - notify: restart coturn + notify: Restart coturn - name: Configure firewall on ubuntu ansible.legacy.include_tasks: ufw.yml diff --git a/tasks/ufw.yml b/tasks/ufw.yml index e5724d9..5c8c5ba 100644 --- a/tasks/ufw.yml +++ b/tasks/ufw.yml @@ -22,7 +22,7 @@ proto: udp - port: "{{ coturn_min_port }}:{{ coturn_max_port }}" proto: udp - notify: restart coturn + notify: Restart coturn - name: UFW allow coturn tls port and certificate renewal community.general.ufw: @@ -37,7 +37,7 @@ - port: 80 proto: tcp when: coturn_use_tls - notify: restart coturn + notify: Restart coturn - name: Enable firewall community.general.ufw: