library/roles/tomcat/defaults/main.yml: installed -> present as the package state.

This commit is contained in:
Andrea Dell'Amico 2018-09-18 16:25:50 +02:00
parent 31ddd5b12b
commit cef10792a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
tomcat_version: 7
tomcat_pkg_state: installed
tomcat_pkg_state: present
tomcat_service_enabled: True
tomcat_pkgs:
- 'tomcat{{ tomcat_version }}'