On 23. sep. 2017 03:28, Eric wrote:

I'm running an Ansible playbook to use the raw module, to install
python-minimal.

The host is reachable.
The host can be SSH'ed into as root.

However, when running the playbook below, it fails.

It gives the error:

     "module_stdout": "bash: warning: setlocale: LC_ALL: cannot change
locale (en_US.UTF-8)\r\n/bin/sh: 1: /usr/bin/python: not found\r\n",

The problem is that you don't provide the whole error message, if you had you probably would have gotten an answer several days ago.

So without the error message I can only guess, but default Ansible has gather facts on, so you need to turn it off.


--
Kai Stian Olstad

--
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/03792527-e6b6-c144-5de9-e8c40e5fddcf%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to