aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/tasks/rc_openbsd.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-20 20:57:51 +0100
committerbinary <me@rgoncalves.se>2020-11-20 20:57:51 +0100
commit39c75e5f02aeadad62c9ff38de1a06b396db5e28 (patch)
tree48ae97cca654772a101f8fa1aae5d57e662e9a4e /roles/rc/tasks/rc_openbsd.yml
parent11f9b244db17d676181cf9394e9e281477cc224b (diff)
downloadinfrastructure-39c75e5f02aeadad62c9ff38de1a06b396db5e28.tar.gz
Refactor rc scripts tasks.
Diffstat (limited to 'roles/rc/tasks/rc_openbsd.yml')
-rw-r--r--roles/rc/tasks/rc_openbsd.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/roles/rc/tasks/rc_openbsd.yml b/roles/rc/tasks/rc_openbsd.yml
index 3d89e55..2055de0 100644
--- a/roles/rc/tasks/rc_openbsd.yml
+++ b/roles/rc/tasks/rc_openbsd.yml
@@ -10,12 +10,7 @@
- file:
path: "{{ rc_openbsd_dir }}/{{ rc_name }}"
- owner: "root"
+ owner: "{{ user_root }}"
group: "{{ group_root }}"
- mode: "0555"
-
-- service:
- name: "{{ rc_name }}"
- state: started
- enabled: true
+ mode: 0555
remember that computers suck.