Add reflector to weekly target
This commit is contained in:
parent
1f33160600
commit
c8e3c44d11
2 changed files with 9 additions and 0 deletions
|
|
@ -35,6 +35,13 @@
|
|||
group: root
|
||||
mode: "0600"
|
||||
|
||||
- name: add reflector to weekly timer
|
||||
become: yes
|
||||
file:
|
||||
src: "/usr/lib/systemd/system/reflector.service"
|
||||
path: "/etc/systemd/system/weekly.target.wants/reflector.service"
|
||||
state: link
|
||||
|
||||
# TODO
|
||||
# - network setup (laptop)
|
||||
# - pacman setup depending on platform (see include section for common options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue