diff options
Diffstat (limited to 'roles/rc/tasks/rc_alpine.yml')
-rw-r--r-- | roles/rc/tasks/rc_alpine.yml | 7 |
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 - |