Install cronie for crontab as it seems to not be installed by default

This commit is contained in:
Leo Puvilland 2023-11-20 11:05:10 -08:00
parent fcc0cd4861
commit 3d4c829002
No known key found for this signature in database
GPG key ID: 20EA96682F9368EB

View file

@ -1,7 +1,7 @@
---
dist_tag: f{{ ansible_distribution_version }}
base_pkgs_inst: ['iptables-services' ]
base_pkgs_inst: ['iptables-services', 'cronie']
base_pkgs_erase: ['firewalld', 'sendmail', 'at', 'pam_sss']
service_disabled: [ ]
service_enabled: ['auditd','logrotate.timer']
service_disabled: []
service_enabled: ['auditd', 'logrotate.timer']
is_fedora: True