let me out from this below
how can i integrate ansible with docker-container
the function of docker commands run on ansible module
for example
docker pull command run ansible
- name: pull an image
docker_image:
name: centos-7
its not working can anyone help me
its contain this error
ERROR! 'docker_image' is not a valid attribute for a Play