On Friday, 16 February 2018 09.18.32 CET Dark Night wrote:
> source yml file
> 
> ---
> - hosts: local
>   tasks:
>           - name: pull an image
>             docker_image:
>                     name: ubuntu:latest
> 
> now im getting this error  blow
>  
> fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Failed to import 
> docker-py - No module named chardet. Try `pip install docker-py`"}
> 
> can anyone let me out from this type of error 

Did you read the error message?
It clearly say what is wrong and even has a solution on how to fix it.

-- 
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/5052848.xFLyj2ZnJC%40x1.
For more options, visit https://groups.google.com/d/optout.

Reply via email to