adjust for crontab group on cron.allow issue #33

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2025-04-17 16:39:08 -05:00
parent f90b698a57
commit 5445766fe2
No known key found for this signature in database
GPG Key ID: CA43827BF7C4DEBA
1 changed files with 1 additions and 1 deletions

View File

@ -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'