infrastructure/ansible/roles/qbittorrent/tasks/nginx.yml
Jake Howard d5a7a61171
All checks were successful
/ terraform (push) Successful in 38s
/ ansible (push) Successful in 1m30s
Remove unnecessary use of become from some roles
This should make execution much faster
2024-09-09 17:09:03 +01:00

6 lines
142 B
YAML

- name: Nginx config
template:
src: files/nginx.conf
dest: /etc/nginx/http.d/downloads.conf
mode: "0644"
notify: reload nginx