mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Install cronie for crontab as it seems to not be installed by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user