add the odcs user to the apache group

This commit is contained in:
Ralph Bean 2017-10-02 21:05:39 +00:00
parent 1cdcd2e53e
commit d9d2c79896

View file

@ -27,3 +27,14 @@
tags:
- odcs
- odcs/backend
- name: add the odcs user to the apache group
user:
name: odcs
group: apache
groups: apache
append: true
notify:
- restart odcs-backend
tags:
- odcs
- odcs/backend