X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fvelero%2Ftasks%2Finstall.yml;h=f44dd7c73f9f2ebdca0a9b8eccda6dde8a96a8e2;hb=refs%2Fchanges%2F86%2F3986%2F1;hp=df39d4b59b4cc4c4c7b51c33aeb7dbcf768eb443;hpb=a6cdb18531c6cd9b4f31437ca04ef30c416fce71;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/velero/tasks/install.yml b/ocd/infra/playbooks/roles/velero/tasks/install.yml index df39d4b..f44dd7c 100644 --- a/ocd/infra/playbooks/roles/velero/tasks/install.yml +++ b/ocd/infra/playbooks/roles/velero/tasks/install.yml @@ -40,7 +40,7 @@ when: result.stdout == "" - name: Create name space for velero - command: kubectl create ns + command: kubectl create ns velero ignore_errors: yes no_log: True when: result.stdout == ""