Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adonisgarciac committed Dec 15, 2022
1 parent 661ce57 commit 38d5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/object_diff/tasks/organizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
loop_control:
loop_var: __organizations_difference_item
when:
- __organizations_difference is defined
- __organizations_difference is defined
- protect_not_empty_orgs is not defined or not protect_not_empty_orgs or (__list_empty_orgs is defined and __organizations_difference_item.name in __list_empty_orgs)

- name: "Set organization's list to be configured"
Expand Down

0 comments on commit 38d5f1a

Please sign in to comment.