Skip to content

Commit

Permalink
Merge pull request #96 from agimenez/fix/chech-mode
Browse files Browse the repository at this point in the history
Fix check_mode for Tomcat Version Check
  • Loading branch information
vicsufer authored Mar 29, 2021
2 parents 0c8e959 + 72917f6 commit 9796b34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased](https://github.com/idealista/tomcat_role/tree/develop)
### Fixed
- *Fix check mode for task Check Tomcat version* @agimenez


## [1.10.0](https://github.com/idealista/tomcat_role/tree/1.10.0)
Expand Down
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
register: tomcat_check
changed_when: false
ignore_errors: true
check_mode: no

# File permissions based on official documentation: https://tomcat.apache.org/tomcat-8.0-doc/security-howto.html
- name: Tomcat | Download & Extract Tomcat
Expand Down

0 comments on commit 9796b34

Please sign in to comment.