Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
bdae2d28da
commit
f411f305de
3 changed files with 3 additions and 3 deletions
|
@ -18,4 +18,4 @@ galaxy_info:
|
||||||
- webserver
|
- webserver
|
||||||
- http
|
- http
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ caddy_logs }}/{{ vhost_name }}"
|
path: "{{ caddy_logs }}/{{ vhost_name }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: caddy
|
owner: caddy
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- hosts: galaxy-vagrant.example.com
|
- hosts: galaxy-vagrant.example.com
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: ../galaxy-caddy.reverse, vhost_url: https://default.com }
|
- { role: ../galaxy-caddy.reverse, vhost_url: https://default.com }
|
||||||
|
|
Loading…
Add table
Reference in a new issue