Disable reflector service
This service is started through the weekly timer
This commit is contained in:
parent
cdcd86a7c3
commit
1c80c7277f
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue