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=75ca312c14ff923b56a17a579196f3e792c8ff06;hpb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;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 75ca312..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.1.1-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.1.1-* + cmd: rm -rf EdgeGallery-v1.5.0-* chdir: /tmp/eg_download/deploy/ when: ansible_architecture == 'x86_64'