- name: restart yum-cron
  ansible.builtin.service:
    name: yum-cron
    state: restarted
    enabled: yes
