Skip to content

Commit

Permalink
Don't start reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed May 31, 2024
1 parent ff46fff commit f67cfda
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions roles/02_basics/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@
mode: 0644
become: true

- name: Start systemd service - reflector.service
ansible.builtin.systemd:
name: reflector.service
state: started
become: true

- name: Start systemd service - reflector.timer
ansible.builtin.systemd:
name: reflector.timer
state: started
enabled: yes
become: true

- name: Update pacman configuration file
ansible.builtin.template:
src: pacman.conf.j2
Expand Down

0 comments on commit f67cfda

Please sign in to comment.