From d558290e452ed8addf675d03de42d29e86b21359 Mon Sep 17 00:00:00 2001 From: "arvind.patel@huawei.com" Date: Thu, 10 Dec 2020 19:04:26 +0530 Subject: [PATCH] ns issue fixed Signed-off-by: arvind.patel@huawei.com Change-Id: I3a19a5064a913ed2c466bd6c18596d5984a46fc0 --- ocd/infra/playbooks/roles/velero/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == "" -- 2.16.6