bug fixing 84/4284/2
authorSrinivasan <srinivasan.s.n@huawei.com>
Tue, 18 May 2021 08:12:56 +0000 (13:42 +0530)
committerSrinivasan <srinivasan.s.n@huawei.com>
Tue, 18 May 2021 13:55:33 +0000 (19:25 +0530)
Signed-off-by: Srinivasan <srinivasan.s.n@huawei.com>
Change-Id: I5dc39a3ee1318e0c8389117419f7f32192b82d23

ocd/infra/playbooks/roles/egallery-tar/tasks/install.yml

index 03f2347..d42dc84 100644 (file)
 # limitations under the License.
 
 ---
+
+- name: Create directory to download EG-TAR
+  command: mkdir -p /tmp/eg_download/deploy
+  args:
+    chdir: "{{playbook_dir}}"
+  ignore_errors: yes
+
 - name: Download 1.1 edgegallery x86
 # yamllint disable rule:line-length
   command: wget https://edgegallery.obs.cn-east-3.myhuaweicloud.com/releases/v1.1/x86/EdgeGallery-v1.1-all-x86.tar.gz