library/roles/tomcat/defaults/main.yml: installed -> present as the package state.
This commit is contained in:
parent
31ddd5b12b
commit
cef10792a0
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
tomcat_version: 7
|
tomcat_version: 7
|
||||||
tomcat_pkg_state: installed
|
tomcat_pkg_state: present
|
||||||
tomcat_service_enabled: True
|
tomcat_service_enabled: True
|
||||||
tomcat_pkgs:
|
tomcat_pkgs:
|
||||||
- 'tomcat{{ tomcat_version }}'
|
- 'tomcat{{ tomcat_version }}'
|
||||||
|
|
Loading…
Reference in New Issue