I am running a playbook to install postgresql https://paste.debian.net/1215359/ 
against a centos7 (python 2.75) target and am getting this error about a bad 
python interpreter https://paste.debian.net/1215357/ .

I try to solve this via the inventory.yml

all:
hosts:
[hostname]:                 # centos7
ansible_host: VM-51150-0179.step.zrz.dvz.cn-mv.de
ansible_user: username
ansible_python_interpreter: /usr/bin/python

(also tried interpreter_python: /usr/bin/python). the error remains though

funny fact ... I ran opther playbooks successfully against the same host even 
without have specified any python interpreter.

any ideas what may be going wrong here?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/890517810.97014.1634202934051%40office.mailbox.org.

Reply via email to