f5alliances / f5_provisioner

F5 Automation provisioner for a fully configured infrastructure in AWS
Apache License 2.0
3 stars 7 forks source link

Update to Ansible v2.9.1 to avoid 'unhandled exception .. while running lookup plugin ''template''..' #15

Closed skhalid122 closed 4 years ago

skhalid122 commented 4 years ago

When going through this lab env (AWS) and some playbooks, i ran into the following error:

Image 11-19-19 at 5 02 PM

After researching around looks like the issue is resolved in Ansible v 2.9.1 ... simply updating to latest ansible version solved this issue ...

https://github.com/cloudera/cloudera-playbook/issues/56

Image 11-19-19 at 5 04 PM

i would recommend updating the playbooks/scripts to install latest version of ansible

Thanks :)

skhalid122 commented 4 years ago

to update I simply ran:

$ sudo yum update ansible