Skip to content

Commit

Permalink
try to fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Nov 16, 2023
1 parent fa2e7b4 commit f3a310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/infra-aws-sandbox/tasks/manual_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
and 'Could not connect to the endpoint URL' not in r_target_groups.stderr
- when: >-
r_target_groups.rc == 0
r_target_groups.rc == 0 and r_target_groups.stdout != ""
and r_target_groups.stdout | from_json | default([]) | length > 0
block:
- name: Delete all target groups
Expand Down

0 comments on commit f3a310c

Please sign in to comment.