From 62cf086cd51aa261656de01dea881fefe35b7bbc Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Fri, 4 May 2018 14:23:01 +0200 Subject: [PATCH] Add newlines to end of files to make linter happy --- handlers/main.yml | 2 +- meta/main.yml | 28 +++++++++++++++------------- tasks/icinga2-Debian.yml | 2 +- tasks/icinga2.yml | 2 +- tasks/main.yml | 2 +- tests/test.yml | 2 +- vars/main.yml | 2 +- 7 files changed, 21 insertions(+), 19 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index d22ba0f..c75198e 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,2 +1,2 @@ --- -# handlers file for icinga2 \ No newline at end of file +# handlers file for icinga2 diff --git a/meta/main.yml b/meta/main.yml index 218e9aa..13b73d8 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,3 +1,5 @@ +--- + galaxy_info: author: "Icinga Development Team " description: "Install and configure Icinga 2" @@ -5,18 +7,18 @@ galaxy_info: license: "license (Apache)" min_ansible_version: 2.3.2 platforms: - - name: EL - versions: - - 6 - - 7 - - name: Debian - versions: - - 8 - - 9 - - name: Ubuntu - versions: - - 14.04 - - 18.04 + - name: EL + versions: + - 6 + - 7 + - name: Debian + versions: + - 8 + - 9 + - name: Ubuntu + versions: + - 14.04 + - 18.04 categories: - system galaxy_tags: @@ -24,4 +26,4 @@ galaxy_info: - icinga - icinga2 -dependencies: [] \ No newline at end of file +dependencies: [] diff --git a/tasks/icinga2-Debian.yml b/tasks/icinga2-Debian.yml index 5bfc91b..ee68aac 100644 --- a/tasks/icinga2-Debian.yml +++ b/tasks/icinga2-Debian.yml @@ -15,4 +15,4 @@ apt_repository: repo={{ item.repo }} state={{ item.state}} with_items: - { repo: "{{ i2_apt_url }}", state: "present" } - when: i2_use_repository \ No newline at end of file + when: i2_use_repository diff --git a/tasks/icinga2.yml b/tasks/icinga2.yml index ce7161e..ee9c81b 100644 --- a/tasks/icinga2.yml +++ b/tasks/icinga2.yml @@ -6,4 +6,4 @@ - name: Include specific Icinga 2 include: icinga2-RedHat.yml - when: ansible_os_family == 'RedHat' \ No newline at end of file + when: ansible_os_family == 'RedHat' diff --git a/tasks/main.yml b/tasks/main.yml index 534d370..beed43f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,4 +2,4 @@ - name: include icinga2.yml include: icinga2.yml tags: - - install \ No newline at end of file + - install diff --git a/tests/test.yml b/tests/test.yml index 336f4f6..07e28fe 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -5,4 +5,4 @@ roles: - icinga2 vars: - - i2_use_repository: true \ No newline at end of file + - i2_use_repository: true diff --git a/vars/main.yml b/vars/main.yml index 8d8d541..912045b 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,2 +1,2 @@ --- -# vars file for icinga2 \ No newline at end of file +# vars file for icinga2 -- GitLab