Skip to content

Commit

Permalink
Merge pull request #25 from idealista/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
blalop authored Aug 25, 2022
2 parents 9f1cd65 + e27a592 commit 4847df1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch


## [Unreleased](https://github.com/idealista/prometheus_apache_exporter_role/tree/develop)

## [2.1.1](https://github.com/idealista/prometheus_apache_exporter_role/tree/2.1.1)
### [Full Changelog](https://github.com/idealista/prometheus_apache_exporter_role/compare/2.1.0...2.1.1)
### Added
- * [#22](https://github.com/idealista/prometheus_apache_exporter_role/issues/22) - Allow run in check mode* @xshadow
## [2.1.0](https://github.com/idealista/prometheus_apache_exporter_role/tree/2.1.0)
### [Full Changelog](https://github.com/idealista/prometheus_apache_exporter_role/compare/2.0.1...2.1.0)
### Added
Expand Down
2 changes: 2 additions & 0 deletions tasks/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- name: APACHE_EXPORTER | Check if Apache exporter already installed
shell: '[ -x "$(command -v apache_exporter)" ] && echo "True" || echo "False"'
register: apache_exporter_is_installed_command
check_mode: no
changed_when: false

- name: APACHE_EXPORTER | Apache exporter installed version
Expand All @@ -11,6 +12,7 @@
args:
executable: /bin/bash
when: apache_exporter_is_installed_command
check_mode: no
changed_when: false

- name: APACHE_EXPORTER | Set installed fact
Expand Down

0 comments on commit 4847df1

Please sign in to comment.