Catch up for Foundation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user