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 }