Change-Id: Ieba3f13a29240e0f8ed8ff6acb5472559a9134a5
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
     name: "{{ nginx_server_image }}"
     load_path: "{{ infra_images_path }}/{{ nginx_server_image_tar }}"
     state: present
+    source: load
     timeout: 120
 
 - name: Create nexus network
     image: "{{ nginx_server_image }}"
     networks:
       - name: nexus_network
+    network_mode: default
     ports: "{{ nginx.ports }}"
     volumes: "{{ nginx.volumes }}"
     state: started
     restart_policy: unless-stopped
+    container_default_behavior: compatibility
 
 - name: Build nginx docker image
   delegate_to: localhost
   docker_image:
-    path: ../../../../../build/creating_data/create_nginx_image/
+    build:
+      path: ../../../../../build/creating_data/create_nginx_image/
+    source: build
     name: own_nginx
     tag: 2.0.0
 
     name: own_nginx
     tag: 2.0.0
     archive_path: /tmp/nginx.tar
+    source: local
 
 - name: Copy nginx image to node
   copy: