tomcat: add openjdk or the oracle jdk as dependency.

This commit is contained in:
Andrea Dell'Amico 2018-01-16 15:35:27 +01:00
parent 663a411da9
commit fa0f551b27
1 changed files with 4 additions and 0 deletions

4
tomcat/meta/main.yml Normal file
View File

@ -0,0 +1,4 @@
---
dependencies:
- { role: '../../library/roles/oracle-jdk', when: openjdk_install is not defined or not openjdk_install }
- { role: '../../library/roles/openjdk', when: openjdk_install | default(False) }