Disable reflector service

This service is started through the weekly timer
This commit is contained in:
Sonny Bakker 2020-11-26 21:54:50 +01:00
parent cdcd86a7c3
commit 1c80c7277f
2 changed files with 9 additions and 0 deletions

View file

@ -13,3 +13,11 @@
state: restarted
enabled: yes
daemon-reload: yes
# started by weekly timer
- name: disable reflector
become: yes
systemd:
name: reflector
state: stopped
enabled: no

View file

@ -34,6 +34,7 @@
owner: root
group: root
mode: "0600"
notify: disable reflector
# TODO
# - pacman setup depending on platform (see include section for common options)