EG upgrade 1.3 for AIO and MUNO mode
[ealt-edge.git] / ocd / infra / playbooks / roles / egallery-tar / tasks / install.yml
index 93758ac..1ebec32 100644 (file)
   when: ansible_architecture == 'x86_64'
 
 - name: Set default-var.yml to eg path
-  # yamllint disable rule:line-length
+   # yamllint disable rule:line-length
   command: cp default-var.yml /tmp/eg_download/deploy/EdgeGallery-v1.3.0-all-x86/install
   # yamllint disable rule:line-length
   args:
     chdir: "{{playbook_dir}}"
   when: ansible_architecture == 'x86_64'
+
+- name: Set password-var.yml to eg path
+  # yamllint disable rule:line-length
+  command: cp password-var.yml /tmp/eg_download/deploy/EdgeGallery-v1.3.0-all-x86/install
+  # yamllint disable rule:line-length
+  args:
+    chdir: "{{playbook_dir}}"
+  when: ansible_architecture == 'x86_64'