Fix root group to be existing variable. FreeBSD uses wheel.

This commit is contained in:
Hyperling 2021-07-13 08:04:49 -05:00
parent 688bc4c1ef
commit bb4fabf833

View File

@ -14,7 +14,7 @@
state: directory
mode: '0644'
owner: root
group: root
group: "{{ root_group }}"
recurse: yes
- name: General | Tests | Lynis | Ensure Permissions 2