On 14.10.21 11:49, dulhaver via Ansible Project wrote:
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

Is this literally what is in your inventory.yaml file? Is that even valid yaml?
Shouldn't it be:

all:
  hosts:
    hostname:                 # centos7


--
https://blog.sandipb.net
https://twitter.com/sandipb

--
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/c52cc763-db49-ede0-1663-c0f81318a5a4%40showmethesource.org.

Reply via email to