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