Results 1 comments of Shyam

Hi, I have resolved the issue as below Steps 1. Create 'vars' directory in roles/tomcat ``` [root@instance-1 vars]# pwd /home/user/ansible-tomcat/roles/tomcat/vars ``` 2. Copy the group_vars/tomcat-servers file to /roles/tomcat/vars/main.yml file ```...