mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
formatting
This commit is contained in:
parent
131bff8362
commit
e4eda59ad5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue