Skip to content

Commit

Permalink
Correct Linter errors in fabproxy removal
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Elder <[email protected]>
  • Loading branch information
Chris Elder authored and celder628 committed Jun 3, 2024
1 parent bb4b6c0 commit 458e818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/fabproxy-removal/01-migrate-all-ca-addresses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
include_tasks: tasks/01-update-ca-metadata.yml
loop: "{{ result.certificate_authorities }}"
loop_control:
loop_var: certificate_authority
label: "{{ certificate_authority.name }}"
loop_var: certificate_authority
label: "{{ certificate_authority.name }}"
when: certificate_authority.imported == False
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
fail:
msg: "Ordering Service Node {{ ordering_service_node.name }} was not updated"
when: not result.changed

2 changes: 1 addition & 1 deletion examples/fabproxy-removal/tasks/05-update-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
path: completed_channels.txt
line: " - {{ channel_name }}"
create: yes
when: update_addresses.changed
when: update_addresses.changed

0 comments on commit 458e818

Please sign in to comment.