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
sshd_port: 22
sshd_port: 22

View File

@ -5,4 +5,4 @@
template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
notify: reload ssh
notify: reload ssh

View File

@ -2,4 +2,4 @@
- hosts: galaxy-vagrant.example.com
remote_user: root
roles:
- { role: ../galaxy-ssh, sshd_port: 22 }
- { role: ../galaxy-ssh, sshd_port: 22 }