X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fegallery-munomode-controller%2Ftasks%2Funinstall.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fegallery-munomode-controller%2Ftasks%2Funinstall.yml;h=5e9641cc6202bf49e2ca775842fa868f8b3a0b74;hb=875c217ea655eb3bce7d33292d65b0a2103f8c17;hp=75ca312c14ff923b56a17a579196f3e792c8ff06;hpb=434326c60fb0434bda587102b4746173fe425dea;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..5e9641c 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.3.2-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'