tomcat-instances: variables are mandatory

This commit is contained in:
Jérémy Lecour 2017-01-13 09:50:01 +01:00 committed by Jérémy Lecour
parent 63c7123985
commit 6b8a51a18e

View file

@ -1,6 +1,6 @@
---
- stat:
path: "{{ tomcat_instance_root }}/{{ tomcat_instance_name }}"
path: "{{ tomcat_instance_root | mandatory }}/{{ tomcat_instance_name | mandatory }}"
register: tomcat_instance_stat
- include: tomcat.yml