aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-13 07:44:04 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-13 07:44:04 -0400
commit4f4e61d05da68469b664d68ca6bf12d33d5df66b (patch)
tree449b4d7e35e0edeb1e3c03b514728add7b0699fe /roles
parenta1df78d92401c0d287e03f4992f2a2a6d4dbd462 (diff)
downloadselfhosted-4f4e61d05da68469b664d68ca6bf12d33d5df66b.tar.gz
selfhosted-4f4e61d05da68469b664d68ca6bf12d33d5df66b.zip
gathio: actually enable the service!
Diffstat (limited to 'roles')
-rw-r--r--roles/gathio/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
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