munomode
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_registry / tasks / install.yml
index ca8de94..a57452a 100644 (file)
   when: ansible_architecture == 'x86_64'
 
 - name: Untar the downloaded tar
-  command: tar -zxf /EdgeGallery-v0.9-all-x86.tar.gz
+  command: tar -zxf EdgeGallery-v0.9-all-x86.tar.gz
   args:
     chdir: /tmp/eg_registry/deploy/
   when: ansible_architecture == 'x86_64'
 
 - name: Untar the downloaded tar
-  command: tar -zxf /EdgeGallery-v0.9-all-arm64.tar.gz
+  command: tar -zxf EdgeGallery-v0.9-all-arm64.tar.gz
   args:
     chdir: /tmp/eg_registry/deploy/
   when: ansible_architecture == 'aarch64'