infrastructure/ansible/roles/aurto/handlers/main.yml
Jake Howard f577a5e296
All checks were successful
/ terraform (push) Successful in 1m12s
/ ansible (push) Successful in 2m1s
Add aurto server for AUR caching
2023-05-14 15:33:07 +01:00

6 lines
85 B
YAML

- name: restart nginx
service:
name: nginx
state: restarted
become: true