Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
ce7b74ec24
commit
1ccdcd55f3
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
# vars file for galaxy-ssh
|
# vars file for galaxy-ssh
|
||||||
|
|
||||||
sshd_port: 22
|
sshd_port: 22
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
template:
|
template:
|
||||||
src: sshd_config.j2
|
src: sshd_config.j2
|
||||||
dest: /etc/ssh/sshd_config
|
dest: /etc/ssh/sshd_config
|
||||||
notify: reload ssh
|
notify: reload ssh
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- hosts: galaxy-vagrant.example.com
|
- hosts: galaxy-vagrant.example.com
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: ../galaxy-ssh, sshd_port: 22 }
|
- { role: ../galaxy-ssh, sshd_port: 22 }
|
||||||
|
|
Loading…
Reference in a new issue