diff --git a/CHANGELOG.md b/CHANGELOG.md index 664cd08..3e8fb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tasks/install.yml b/tasks/install.yml index 2a41c1c..4144468 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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