X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_appstore%2Ftasks%2Fmain.yml;h=e8bea5ac228e260b5d393b4e5bda429bdf931f7d;hb=c805e739836b89eb8e4c15388ebb424e9d2fe8ef;hp=bb6447b1fef36519d9b8d08701f11bf866e4065b;hpb=becbd7871fb21da71a67de6b8942f6db6558da49;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_appstore/tasks/main.yml b/ocd/infra/playbooks/roles/eg_appstore/tasks/main.yml index bb6447b..e8bea5a 100644 --- a/ocd/infra/playbooks/roles/eg_appstore/tasks/main.yml +++ b/ocd/infra/playbooks/roles/eg_appstore/tasks/main.yml @@ -1,5 +1,26 @@ +# +# Copyright 2020 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + --- + # tasks file for eg_appstore - include: "install.yml" static: false when: operation == 'install' + +- include: "uninstall.yml" + static: false + when: operation == 'uninstall'