Thanks Brian for your help but I need some more clarification. You said I should "Check bin/ansible for a shebang" but....
I have no folder or file starting with "ansible" in /bin/ My "ansible" folder is in /etc/ but it only contains ansible.cfg and it only contains this [defaults] inventory = /fs01/home/controlNode/hosts There is also a file "ansible.cfg.rpmsave". Can I delete that? Also, is this what you call a shebang? Where again should I put it? #!/usr/bin/env python2.7 On Thu, Mar 30, 2017 at 11:19 PM, Brian Coca <[email protected]> wrote: > ansible_python_interpreter is for 'modules' not for Ansible itself, > what python Ansible uses can depends on how/what installed it. Check > bin/ansible for a shebang, it determines which python is actually used > for the controller. > > PS. i really hope those are not your real auth credentials. > ---------- > Brian Coca > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/ansible-project/aRD6j9y0GEU/unsubscribe. > To unsubscribe from this group and all its topics, 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/CACVha7ck%2BfbaZrMhLzBpnA13% > 2BkkWYToq2N9oyk_mXKEW0b9QWg%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- 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/CAC-wQgF3Esx952Ro%2BdNZSubVfcLc2BSH%2BSqAY0GamZ%3DRNdXeng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
