X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fegallery-munomode-controller%2Ftasks%2Funinstall.yml;h=ab6014efa972cf1c39ea9d48380c7f6ff42e884c;hb=4b73692b90f9d28934d6c6009d2ef125a029d459;hp=6c7c337267188991036bcd920af4a8f4a73079a7;hpb=bf8af764ca09c54a396df0de33327c24c6b23738;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml index 6c7c337..ab6014e 100644 --- a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml @@ -19,11 +19,11 @@ # yamllint disable rule:line-length cmd: ansible-playbook --inventory hosts-muno-controller eg_controller_aio_uninstall.yml -e "ansible_user=root" >> muno_controller_remove.log # yamllint disable rule:line-length - chdir: /tmp/eg_download/deploy/EdgeGallery-v1.3.2-controller-x86/install + chdir: /tmp/eg_download/deploy/EdgeGallery-v1.5.0-controller-x86/install when: ansible_architecture == 'x86_64' - name: Remove edgegallery tar ball shell: - cmd: rm -rf EdgeGallery-v1.3.2-* + cmd: rm -rf EdgeGallery-v1.5.0-* chdir: /tmp/eg_download/deploy/ when: ansible_architecture == 'x86_64'