Add aurto server for AUR caching

This commit is contained in:
Jake Howard
2023-05-14 15:33:07 +01:00
parent 84ce67ef38
commit f577a5e296
7 changed files with 129 additions and 1 deletions

View File

@ -0,0 +1,5 @@
- name: restart nginx
service:
name: nginx
state: restarted
become: true