mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Adds spaces in variables after {{ and before }}
Fixes various warnings in Travis CI
[EXTRA0001] Variables should have spaces after {{ and before }}
This commit is contained in:
parent
1d8e946b91
commit
602223e4ff
22 changed files with 48 additions and 51 deletions
|
|
@ -77,7 +77,7 @@
|
|||
- name: Create data directory library
|
||||
file: path={{ item }}
|
||||
mode=0750
|
||||
owner={{ apache_user}}
|
||||
owner={{ apache_user }}
|
||||
group=apache
|
||||
state=directory
|
||||
with_items:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Alias {{ owncloud_url }} {{ owncloud_prefix}}/owncloud
|
||||
Alias {{ owncloud_url }} {{ owncloud_prefix }}/owncloud
|
||||
|
||||
<Directory {{ owncloud_prefix }}/owncloud/>
|
||||
Options -Indexes
|
||||
|
|
@ -6,7 +6,7 @@ Alias {{ owncloud_url }} {{ owncloud_prefix}}/owncloud
|
|||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require host localhost
|
||||
Require ip 127.0.0.1 {{lan_ip}}/{{lan_netmask}} {{ owncloud_required_ip }}
|
||||
Require ip 127.0.0.1 {{ lan_ip }}/{{ lan_netmask }} {{ owncloud_required_ip }}
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue