Change-Id: I6984396d15d0592313978c751fd109ee06d8febf
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
     ]
 '''
 
-from ansible.module_utils.docker_common import AnsibleDockerClient
+from ansible_collections.community.docker.plugins.module_utils.common import AnsibleDockerClient
 
 class DockerListContainers:
 
 
     state: started
     restart_policy: unless-stopped
     recreate: true
+    container_default_behavior: compatibility
 
     name: "{{ dns_server_image }}"
     load_path: "{{ infra_images_path }}/{{ dns_server_image_tar }}"
     state: present
+    source: load
     timeout: 120
   notify: Run dns server container
 
 
     name: andyshinn/dnsmasq
     tag: 2.76
     archive_path: /tmp/dnsmasq.tar
+    source: pull
 
 - name: Copy dnsmasq image to node
   copy: