Skip to content

Commit 98a0e26

Browse files
Merge pull request #108 from swapnil-bobade27/nfd-correction
Removing unnecessary until condition
2 parents 0fb0eb9 + be77604 commit 98a0e26

File tree

1 file changed

+2
-2
lines changed
  • playbooks/roles/ocp-nfd-operator/tasks

1 file changed

+2
-2
lines changed

playbooks/roles/ocp-nfd-operator/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@
325325
- name: Verify nx-gzip label
326326
shell: oc get nodes -ojson | jq -r '.items[].metadata.labels' | grep nx
327327
register: verify_label
328-
until: verify_label.stdout|int == 2
329328
when: check_nxgzip_label
330329

331330
- debug:
332331
msg: "{{ verify_label.stdout_lines }}"
333-
when: check_nxgzip_label
332+
when: check_nxgzip_label
333+

0 commit comments

Comments
 (0)