Skip to content

Commit

Permalink
Identation lint error.
Browse files Browse the repository at this point in the history
Signed-off-by: David Reis <[email protected]>
  • Loading branch information
davidfdr authored and mbwhite committed Oct 16, 2024
1 parent fb6f9b6 commit f290021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@
enroll_id: "{{ peer_enrollment_id }}{{ item }}"
enroll_secret: "{{ peer_enrollment_secret }}"
csr_hosts:
- peers.your.own.domain.localh.st
- peer.your.own.domain.localh.st
- "127.0.0.1"
- peers.your.own.domain.localh.st
- peer.your.own.domain.localh.st
- "127.0.0.1"
config_override:
chaincode:
externalBuilders:
Expand Down

0 comments on commit f290021

Please sign in to comment.