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

Commit

Permalink
satisfy ansible galaxy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 16, 2018
1 parent c17d552 commit fe66710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe66710

Please sign in to comment.