Skip to content
Snippets Groups Projects
Verified Commit 0db17398 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/archweb: Enable the mirrorresolv timer.

parent 1cddad7a
No related branches found
No related tags found
No related merge requests found
......@@ -182,3 +182,7 @@
- name: start and enable archweb mirrorcheck timer
service: name="archweb-mirrorcheck.timer" enabled=yes state=started
when: archweb_services or archweb_mirrorcheck
- name: start and enable archweb mirrorresolv timer
service: name="archweb-mirrorresolv.timer" enabled=yes state=started
when: archweb_services or archweb_mirrorresolv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment