Fixed template paths
This commit is contained in:
parent
74b31073e4
commit
c45247efef
@ -1,7 +1,11 @@
|
||||
---
|
||||
- name: Write directory-based nextcloud.conf file
|
||||
ansible.builtin.template:
|
||||
<<<<<<< HEAD
|
||||
src: dhcpd.conf.j2
|
||||
=======
|
||||
src: apache2_directory_nextcloud.conf.j2
|
||||
>>>>>>> 46b6f98 (Fixed template paths)
|
||||
dest: "{{ nextcloud_apache2_config_path }}"
|
||||
mode: '0644'
|
||||
become: true
|
||||
|
@ -1,7 +1,11 @@
|
||||
---
|
||||
- name: Write nginx.conf file
|
||||
ansible.builtin.template:
|
||||
<<<<<<< HEAD
|
||||
src: nginx.conf
|
||||
=======
|
||||
src: nginx.conf.j2
|
||||
>>>>>>> 46b6f98 (Fixed template paths)
|
||||
dest: "{{ nextcloud_nginx_config_path }}"
|
||||
mode: '0644'
|
||||
become: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user