Change-Id: Ie721fac402c3cd5725c770313194a9ad98a07f2d
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
     name: "{{ vnc_server_image }}"
     load_path: "{{ infra_images_path }}/{{ vnc_server_image_tar }}"
     state: present
+    source: load
     timeout: 120
 
 - name: Start VNC server container
       - "6901:6901"
     env:
       VNC_PW: "{{ vnc_passwd }}"
+    container_default_behavior: compatibility
 
   docker_image:
     name: "{{ vnc_server_image }}"
     state: present
+    source: pull
     archive_path: /tmp/vncserver.tar
     timeout: 240