X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fk3s%2Ftasks%2Finstall.yml;h=c9f09c9ff137742f0c392202109a5015df549f7b;hb=eb05c8bc1426f5fcc50d03b41ebec552e6db358d;hp=a9968c39679a17c4418bb916b18a8a388f86eda6;hpb=59dd8106f3a4a96962d8f5d74d9c39754f1eec7b;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 a9968c3..c9f09c9 100644 --- a/ocd/infra/playbooks/roles/k3s/tasks/install.yml +++ b/ocd/infra/playbooks/roles/k3s/tasks/install.yml @@ -17,7 +17,12 @@ shell: cmd: which k3s register: result - ignore_errors: true + ignore_errors: yes + no_log: True + +- debug: + msg: k3s is already present + when: result.rc == 0 - debug: var=ansible_host