feat(arch): include reflector to update pacman mirrors

This commit is contained in:
Price Hiller 2023-06-03 19:57:45 -05:00
parent 484371e4e4
commit a8f7eeaf3d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 5 additions and 0 deletions

View File

@ -152,3 +152,7 @@
user: "{{ user }}"
job: /usr/bin/mandb
state: present
- name: Import Other Arch Tasks
ansible.builtin.import_tasks:
file: reflector.yml

View File

@ -1,4 +1,5 @@
---
# Reflector ensures arch is using the best mirrors for pacman
- name: Install Reflector
become: true
community.general.pacman: