From e2358e85c1785863ac41d15c6fe682b07661d467 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Fri, 3 Apr 2020 11:47:03 +0200 Subject: [PATCH] Fix: Harmonize files by adding new line if nedded --- .gitignore | 2 +- meta/main.yml | 2 +- tests/inventory | 1 - tests/test.yml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e7d02d6..22b7956 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -tests/test.retry \ No newline at end of file +tests/test.retry diff --git a/meta/main.yml b/meta/main.yml index 84f615b..36a11a9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,4 +17,4 @@ galaxy_info: - debian - update -dependencies: [] \ No newline at end of file +dependencies: [] diff --git a/tests/inventory b/tests/inventory index 53a1689..38d0757 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,2 +1 @@ galaxy-vagrant.example.com - diff --git a/tests/test.yml b/tests/test.yml index 573f377..a9fbe64 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,4 +2,4 @@ - hosts: galaxy-vagrant.example.com remote_user: root roles: - - ../galaxy-aptup \ No newline at end of file + - ../galaxy-aptup