aboutsummaryrefslogtreecommitdiffstats
path: root/roles/yum_mirror/handlers/main.yml
blob: d1e067c7f95ca8d2ba05d40e0ae44be0e94b2e9c (plain)
1
2
3
4
5
- name: reload reposync timer
  systemd:
    name: reposync.timer
    daemon-reload: yes
    state: restarted