Install cronie for crontab as it seems to not be installed by default
This commit is contained in:
parent
fcc0cd4861
commit
3d4c829002
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
dist_tag: f{{ ansible_distribution_version }}
|
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']
|
base_pkgs_erase: ['firewalld', 'sendmail', 'at', 'pam_sss']
|
||||||
service_disabled: [ ]
|
service_disabled: []
|
||||||
service_enabled: ['auditd','logrotate.timer']
|
service_enabled: ['auditd', 'logrotate.timer']
|
||||||
is_fedora: True
|
is_fedora: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue