From 4f4e61d05da68469b664d68ca6bf12d33d5df66b Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 13 Apr 2023 07:44:04 -0400 Subject: gathio: actually enable the service! --- roles/gathio/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/gathio') diff --git a/roles/gathio/tasks/main.yml b/roles/gathio/tasks/main.yml index 4dc532d..7e9e48e 100644 --- a/roles/gathio/tasks/main.yml +++ b/roles/gathio/tasks/main.yml @@ -99,3 +99,9 @@ immediate: yes state: enabled tags: firewalld + +- name: enable gathio + systemd: + name: gathio + state: started + enabled: yes -- cgit