Hi Guys,
I am trying to launch a docker container using Ansible. But it is showing me the below error.
FAILED! => {"changed": false, "msg": "This module has been removed. The module documentation for Ansible-2.3 may contain hints for porting"}
I am using the below playbook.
- name: data container
docker:
name: mydata
image: busybox
state: present
volumes:
- /data