X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fel_edgex%2Ftasks%2Fmain.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fel_edgex%2Ftasks%2Fmain.yml;h=0feede0a5aede94cc54a3d513af6903f17f52060;hb=c1535a4975fd381d762cea814515673938feae71;hp=e10d37e9128c8fc3bc79fe8b2ea97686e8bf0783;hpb=233fedcbae7166783277ed538d454b106b9d52ae;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/el_edgex/tasks/main.yml b/blueprints/iotgateway/playbooks/roles/el_edgex/tasks/main.yml index e10d37e..0feede0 100644 --- a/blueprints/iotgateway/playbooks/roles/el_edgex/tasks/main.yml +++ b/blueprints/iotgateway/playbooks/roles/el_edgex/tasks/main.yml @@ -19,3 +19,7 @@ - include: "install.yml" static: false when: operation == 'install' + +- include: "uninstall.yml" + static: false + when: operation == 'uninstall'