ansible/roles/gitea/tasks/nginx.yaml

9 lines
176 B
YAML

- name: configure nginx
template:
src: nginx.conf.j2
dest: "{{ nginx_conf_d_path }}/gitea.conf"
owner: root
group: root
mode: 0644
notify: reload nginx