Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit fe66710

Browse files
committed
satisfy ansible galaxy requirements
1 parent c17d552 commit fe66710

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ galaxy_info:
33
author: Roman Demachkovych, Pawel Krupa
44
description: Prometheus Node Exporter
55
license: MIT
6+
company: none
67
min_ansible_version: 2.5
78
platforms:
89
- name: Ubuntu

tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
group: "{{ node_exporter_system_group }}"
88
recurse: true
99
mode: 0775
10-
when: node_exporter_textfile_dir != ""
10+
when: node_exporter_textfile_dir | length > 0
1111

1212
- name: Allow Node Exporter port in SELinux on RedHat OS family
1313
seport:

0 commit comments

Comments
 (0)