From 8030a645de45cbfe3dde0b269591dadcf3392ce8 Mon Sep 17 00:00:00 2001 From: c4rt0 Date: Feb 03 2022 11:38:36 +0000 Subject: Removed wait from PVC task #48 --- diff --git a/operator/roles/koji-hub/tasks/pvc.yml b/operator/roles/koji-hub/tasks/pvc.yml index 0ebfa5b..c27174a 100644 --- a/operator/roles/koji-hub/tasks/pvc.yml +++ b/operator/roles/koji-hub/tasks/pvc.yml @@ -6,7 +6,6 @@ - k8s: state: present src: /tmp/pvc.yml - wait: true namespace: "{{ pvc_namespace }}" - file: