Catch up for Foundation

This commit is contained in:
2024-04-05 13:16:42 -05:00
parent 5c3eb7f358
commit 9366d8b6d7
8 changed files with 40 additions and 75 deletions

View File

@@ -17,6 +17,7 @@
- name: Maat configuration
become: yes
register: aurlist
copy:
src: aur.list
dest: /usr/local/etc/Maat/aur.list
@@ -28,6 +29,13 @@
state: restarted
enabled: yes
- name: Start Maat build cycle
become: yes
when: aurlist.changed
service:
name: maat.service
state: started
- name: Generate mirrorlist
delegate_to: localhost
run_once: yes