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