Ensure to not override groups of 'xymon' user.

This commit is contained in:
Jeremy Gardais 2018-02-22 11:53:56 +01:00
parent 91e6822ee7
commit a921a724e0
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,9 @@
## v1.1.X
## Enhancements
* Ensure to not override groups of 'xymon' user.
## v1.1 ## v1.1
## Enhancements ## Enhancements

View File

@ -32,6 +32,7 @@
user: user:
name: xymon name: xymon
groups: '{{ xymon_user_groups }}' groups: '{{ xymon_user_groups }}'
append: True
notify: restart xymon-client service notify: restart xymon-client service
## service ## service