Use the root_user variable to populate the group by default
This commit is contained in:
@@ -46,5 +46,5 @@ rvm1_autolib_mode: 3
|
|||||||
# Name of UID 0 user
|
# Name of UID 0 user
|
||||||
root_user: 'root'
|
root_user: 'root'
|
||||||
|
|
||||||
# Name of GID 0 group -- BSD systems typically use wheel
|
# Name of GID 0 group -- BSD systems typically use wheel instead of root
|
||||||
root_group: 'root'
|
root_group: '{{ root_user }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user