Fix: Harmonize files by adding new line if nedded

This commit is contained in:
Wilfried OLLIVIER 2020-04-03 11:35:43 +02:00
parent ce7b74ec24
commit 1ccdcd55f3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
--- ---
# vars file for galaxy-ssh # vars file for galaxy-ssh
sshd_port: 22 sshd_port: 22

View file

@ -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

View file

@ -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 }