Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
f9d336aef8
commit
f8e87a4ace
4 changed files with 4 additions and 4 deletions
|
@ -13,4 +13,4 @@ test_url: none.none
|
|||
test_https: no
|
||||
test_name: test
|
||||
test_code: /var/www/caddy/test
|
||||
test_www: no
|
||||
test_www: no
|
||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
|||
- debian
|
||||
- webserver
|
||||
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
|
|
@ -47,4 +47,4 @@ www.{{ test_url }} {
|
|||
redir https://{{ test_url }}
|
||||
|
||||
}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- { role: ../galaxy-caddy, test_url: test.none }
|
||||
- { role: ../galaxy-caddy, test_url: test.none }
|
||||
|
|
Loading…
Reference in a new issue