Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 04:46:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202739] sysutils/ansible 1.9.2: "ansible_python_interpreter" is ignored
Message-ID:  <bug-202739-13-PHE8jMmSME@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202739-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202739-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202739

--- Comment #1 from Nikolai Lifanov <lifanov@mail.lifanov.com> ---
I can't seem to reproduce this with the information provided:

Name           : ansible
Version        : 1.9.2


$ ansible -i /tmp/hosts all -m ping
127.0.0.1 | FAILED >> {
    "failed": true, 
    "msg": "/bin/sh: /usr/bin/python: not found\r\nOpenSSH_6.6.1p1, OpenSSL
1.0.1p-freebsd 9 Jul 2015\r\ndebug1: Reading configuration data
/home/lifanov/.ssh/config\r\ndebug1: /home/lifanov/.ssh/config line 1: Applying
options for *\r\ndebug1: Reading configuration data
/etc/ssh/ssh_config\r\ndebug1: auto-mux: Trying existing master\r\ndebug1:
mux_client_request_session: master session id: 2\r\nShared connection to
127.0.0.1 closed.\r\n", 
    "parsed": false
}

c6.test | success >> {
    "changed": false, 
    "ping": "pong"
}


/tmp/hosts:

127.0.0.1 ansible_python_interpreter=/usr/bin/python
[centos]
c6.test

[centos:vars]
ansible_python_interpreter=/usr/bin/python


Can you provide a copy of your hosts file please?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202739-13-PHE8jMmSME>