geerlingguy / ansible-role-security

Ansible Role - Security

Home Page:https://galaxy.ansible.com/geerlingguy/security/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yum-cron (automatic updates on RHEL/CentOS 7) does not install yum-cron

dspolleke opened this issue · comments

The playbook requires yum-cron to be installed to enable auto-updates but it does not ensure it is installed

  • name: Ensure yum-cron is installed.
    yum:
    name: yum-cron
    state: installed
    when:
    • ansible_distribution_major_version | int <= 7
    • security_autoupdate_enabled
commented

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

commented

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.