From: Srinivasan Date: Thu, 8 Jul 2021 10:32:12 +0000 (+0530) Subject: muno mode bug fix X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=38c15fe740ebf63e15feb2c4a4371c8401e5e03e;p=ealt-edge.git muno mode bug fix Signed-off-by: Srinivasan Change-Id: I9b9419e9e0c2154e49011aad902e6cc6c873bfa6 --- diff --git a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml index 56dba53..42696b7 100644 --- a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml +++ b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml @@ -37,7 +37,7 @@ when: not tar_var.stat.exists - name: Untar Edgegallery offline controller tar file - command: tar -xvf EdgeGallery-v1.1.1-controller-x86 + command: tar -xvf EdgeGallery-v1.1.1-controller-x86.tar.gz args: chdir: /tmp/eg_download/deploy/ when: not tar_var.stat.exists diff --git a/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml b/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml index c98a861..a4c587b 100644 --- a/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml +++ b/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml @@ -29,7 +29,7 @@ when: not edge_tar_var.stat.exists - name: Untar Edgegallery offline edge tar file - command: tar -xvf EdgeGallery-v1.1.1-edge-x86 + command: tar -xvf EdgeGallery-v1.1.1-edge-x86.tar.gz args: chdir: /tmp/eg_download/deploy/ when: not edge_tar_var.stat.exists