Fixed typo in nginx conf task
This commit is contained in:
parent
78d97cbb13
commit
1d1348c876
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Write nginx.conf file
|
||||
ansible.builtin.template:
|
||||
src: nginx.conf
|
||||
src: nginx.conf.j2
|
||||
dest: "{{ nextcloud_nginx_config_path }}"
|
||||
mode: '0644'
|
||||
become: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user