Hey guys, i have a coreOS system running python and pip with toolbox 

localhost ~ # cat /etc/*rele* |grep DISTRIB_RELEASE ; which python ;which 
pip
DISTRIB_RELEASE=1068.8.0
/opt/bin/python
/opt/bin/pip

$ ls -l
total 16
-rwxr-xr-x. 1 root root 64 Aug  6 01:05 pip
-rwxr-xr-x. 1 root root 67 Aug  6 01:04 python

however when i try to run my playbook as follow. it tells me:

                          No such file or directory\r\n/opt/bin/python

This is how I am running the playbook:

                          ansible-playbook kubctl.yml -i hosts --ask-pass 
-e 'ansible_python_interpreter="/opt/bin/python"'

Any help would be appreciated. Thanks in advance... 

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0d990183-c206-4110-80cb-bcba6e016ac8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to