add the odcs user to the apache group
This commit is contained in:
parent
1cdcd2e53e
commit
d9d2c79896
1 changed files with 11 additions and 0 deletions
|
@ -27,3 +27,14 @@
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue