X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fegallery-munomode-controller%2Ftasks%2Funinstall.yml;h=c76b9a30d80988a0cddb5456a05b28599a0ebb78;hb=HEAD;hp=75ca312c14ff923b56a17a579196f3e792c8ff06;hpb=233fedcbae7166783277ed538d454b106b9d52ae;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml b/blueprints/iotgateway/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml index 75ca312..c76b9a3 100644 --- a/blueprints/iotgateway/playbooks/roles/egallery-munomode-controller/tasks/uninstall.yml +++ b/blueprints/iotgateway/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* chdir: /tmp/eg_download/deploy/ when: ansible_architecture == 'x86_64'