From fe6671032f8411eb291bc457b7f5670928745eb9 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Sun, 16 Dec 2018 15:11:15 +0100 Subject: [PATCH] satisfy ansible galaxy requirements --- meta/main.yml | 1 + tasks/configure.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 8e9c04c..8b00950 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,6 +3,7 @@ galaxy_info: author: Roman Demachkovych, Pawel Krupa description: Prometheus Node Exporter license: MIT + company: none min_ansible_version: 2.5 platforms: - name: Ubuntu diff --git a/tasks/configure.yml b/tasks/configure.yml index f5e9c09..97375b0 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -7,7 +7,7 @@ group: "{{ node_exporter_system_group }}" recurse: true mode: 0775 - when: node_exporter_textfile_dir != "" + when: node_exporter_textfile_dir | length > 0 - name: Allow Node Exporter port in SELinux on RedHat OS family seport: