We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f6866 commit 6044a40Copy full SHA for 6044a40
playbooks/roles/ocp-compliance/tasks/main.yml
@@ -113,7 +113,7 @@
113
- name: Check if pods are running
114
shell: oc get pods -n openshift-compliance --no-headers | grep "Running" | wc -l
115
register: compliance_pods
116
- until: compliance_pods.stdout|int == 2
+ until: compliance_pods.stdout|int == 3
117
retries: 15
118
delay: 60
119
0 commit comments