X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fdocker%2Ftasks%2Finstall.yml;h=f47436923c8aedc9f134e0a70f8c2b3462410bd6;hb=eb05c8bc1426f5fcc50d03b41ebec552e6db358d;hp=caded2eaf6f69ef8c0508ffd239144cfaf8694ff;hpb=54c48ccd3caa038632c4d43b5a71a37ce91a0f8b;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/docker/tasks/install.yml b/ocd/infra/playbooks/roles/docker/tasks/install.yml index caded2e..f474369 100644 --- a/ocd/infra/playbooks/roles/docker/tasks/install.yml +++ b/ocd/infra/playbooks/roles/docker/tasks/install.yml @@ -16,16 +16,13 @@ - name: Check whether docker is already installed command: which docker register: result - failed_when: false + ignore_errors: yes no_log: True - debug: msg: Docker is already present when: result.rc == 0 -- meta: end_play - when: result.rc == 0 - - name: "Installing docker update" command: apt-get update -y ignore_errors: yes