aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/tasks/rc_alpine.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_alpine.yml
parent11f9b244db17d676181cf9394e9e281477cc224b (diff)
downloadinfrastructure-39c75e5f02aeadad62c9ff38de1a06b396db5e28.tar.gz
Refactor rc scripts tasks.
Diffstat (limited to 'roles/rc/tasks/rc_alpine.yml')
-rw-r--r--roles/rc/tasks/rc_alpine.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/roles/rc/tasks/rc_alpine.yml b/roles/rc/tasks/rc_alpine.yml
index 7d35528..24af1fb 100644
--- a/roles/rc/tasks/rc_alpine.yml
+++ b/roles/rc/tasks/rc_alpine.yml
@@ -10,12 +10,7 @@
- file:
path: "{{ rc_alpine_dir }}/{{ rc_name }}"
- owner: "root"
+ owner: "{{ user_root }}"
group: "{{ group_root }}"
mode: "0755"
-- service:
- name: "{{ rc_name }}"
- state: started
- enabled: true
-
remember that computers suck.