QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 130 forks source link

ansible playbook error #998

Closed venugopalkatukam closed 3 years ago

venugopalkatukam commented 3 years ago

unable to install tomcat with ansible playbook ansible

santhoshd402 commented 3 years ago

Please check the file url

bhaskardegala commented 3 years ago

Hi venu,

I guess you are using unarchive module for unzipping the file, and by default ansible tries to find the file on control server but in our case you have file in remote server (node). So try adding "remote_src=yes" parameter to the module so it will search for the file on remote server