X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fk8s%2Ftasks%2Finstall.yml;h=cd55ebfae6e25412f2e70544630f048c0e90b595;hb=6ce510fccce9b5481e88d10c3ffa73ed0284b517;hp=2b32b6d01a99a763f5474e1a982220bec17fbaaf;hpb=e9b85b62dc28f25f5bb70886628c34f598526438;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/k8s/tasks/install.yml b/ocd/infra/playbooks/roles/k8s/tasks/install.yml index 2b32b6d..cd55ebf 100644 --- a/ocd/infra/playbooks/roles/k8s/tasks/install.yml +++ b/ocd/infra/playbooks/roles/k8s/tasks/install.yml @@ -22,7 +22,13 @@ - debug: msg: k8s is already present - when: result.rc == 0 + when: result.stdout != "" + +- debug: +# yamllint disable rule:line-length + msg: Ignore Uninstall Log , k8s not installed continue with Installation +# yamllint disable rule:line-length + when: result.stdout == "" - name: Install k8s shell: