Hi, Having problems with 1.8.2
I believe the problem is similar to https://github.com/ansible/ansible/issues/9828 http://serverfault.com/questions/652746/ansible-exception-host-not-found-item - name: Create ansible environmental debug action: template src=dumpall.j2 dest={{ debug_dir }}/ansible-{{ playbook }}.{{ ansible_date_time.date}}.txt TASK: [openbet/env-debug | Create ansible environmental debug] **************** fatal: [ec2-test-boapp02] => {'msg': 'Exception: host not found: admin_login_key', 'failed': True} The posts recommend patching l*ib/ansible/runner/**init.py. *I don't have access control on the box to patch the version and can only take from EPEL What's the best way to fix this? 1.8.2 is the only version that's available. Is there a workaround I can make or is there a release date for 1.8.3? EPEL was on 1.8.1 which broke our build with variable precedence. Now this. I'm a tad stuck at the moment I would really appreciate any help Many thanks James -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/e208321e-cc7c-4b76-850b-4865d6f8d985%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
