infrastructure/ansible/roles/qbittorrent/tasks/nginx.yml

7 lines
142 B
YAML
Raw Normal View History

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