From 1ccdcd55f30d24b74c5c0684064353ef51aafe30 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Fri, 3 Apr 2020 11:35:43 +0200 Subject: [PATCH] Fix: Harmonize files by adding new line if nedded --- defaults/main.yml | 2 +- tasks/main.yml | 2 +- tests/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index dd70de4..3d5facf 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,4 +1,4 @@ --- # vars file for galaxy-ssh -sshd_port: 22 \ No newline at end of file +sshd_port: 22 diff --git a/tasks/main.yml b/tasks/main.yml index ba3dd9a..69711d8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,4 +5,4 @@ template: src: sshd_config.j2 dest: /etc/ssh/sshd_config - notify: reload ssh \ No newline at end of file + notify: reload ssh diff --git a/tests/test.yml b/tests/test.yml index 51745eb..f4699bd 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,4 +2,4 @@ - hosts: galaxy-vagrant.example.com remote_user: root roles: - - { role: ../galaxy-ssh, sshd_port: 22 } \ No newline at end of file + - { role: ../galaxy-ssh, sshd_port: 22 }