diff --git a/roles/nginx/tasks/uses_apache.yml b/roles/nginx/tasks/uses_apache.yml index 5eaec381f..91bf27e4a 100644 --- a/roles/nginx/tasks/uses_apache.yml +++ b/roles/nginx/tasks/uses_apache.yml @@ -40,7 +40,9 @@ # when: wordpress_enabled - name: Install Nextcloud's nginx conf.d file from template - template: src=nextcloud-nginx.conf dest=/etc/nginx/conf.d/nextcloud-nginx.conf + template: + src: nextcloud-nginx.conf + dest: /etc/nginx/conf.d/nextcloud-nginx.conf when: nextcloud_enabled - name: Install NodeRed's nginx conf.d file from template @@ -53,4 +55,4 @@ when: nodered_enabled #- name: Install proxpass to apache running on localhost - +