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