We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6f9b6 commit f290021Copy full SHA for f290021
plugins/modules/peer.py
@@ -484,9 +484,9 @@
484
enroll_id: "{{ peer_enrollment_id }}{{ item }}"
485
enroll_secret: "{{ peer_enrollment_secret }}"
486
csr_hosts:
487
- - peers.your.own.domain.localh.st
488
- - peer.your.own.domain.localh.st
489
- - "127.0.0.1"
+ - peers.your.own.domain.localh.st
+ - peer.your.own.domain.localh.st
+ - "127.0.0.1"
490
config_override:
491
chaincode:
492
externalBuilders:
0 commit comments