From fa9ec1e9ff6c7eb4121f45ae37d288c12d5b8188 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Fri, 3 Mar 2023 17:32:52 -0500 Subject: coturn: actually enable the service (oops) --- roles/coturn/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/coturn') diff --git a/roles/coturn/tasks/main.yml b/roles/coturn/tasks/main.yml index ce1fb30..1be7d4e 100644 --- a/roles/coturn/tasks/main.yml +++ b/roles/coturn/tasks/main.yml @@ -23,3 +23,9 @@ - '{{ coturn_port }}/udp' - '{{ coturn_min_port }}-{{ coturn_max_port }}/udp' tags: firewalld + +- name: enable coturn + systemd: + name: coturn + state: enabled + started: yes -- cgit