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 Chris Elder committed Jun 3, 2024
1 parent bb4b6c0 commit d360ebe
Showing 1 changed file with 2 additions and 2 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

0 comments on commit d360ebe

Please sign in to comment.