adjust for crontab group on cron.allow issue #33
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
f90b698a57
commit
5445766fe2
|
@ -154,5 +154,5 @@
|
|||
ansible.builtin.file:
|
||||
path: /etc/cron.allow
|
||||
owner: root
|
||||
group: root
|
||||
group: '{{ ("crontab" in discovered_cron_allow_status.stat.gr_name ) | ternary(omit,"root") }}'
|
||||
mode: 'u-x,g-wx,o-rwx'
|
||||
|
|
Loading…
Reference in New Issue