Fix root group to be existing variable. FreeBSD uses wheel.
This commit is contained in:
parent
688bc4c1ef
commit
bb4fabf833
@ -14,7 +14,7 @@
|
||||
state: directory
|
||||
mode: '0644'
|
||||
owner: root
|
||||
group: root
|
||||
group: "{{ root_group }}"
|
||||
recurse: yes
|
||||
|
||||
- name: General | Tests | Lynis | Ensure Permissions 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user