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