Skip to content

Commit

Permalink
Merge pull request hyperledger#24 from k0s09u5/mvp_v1.0
Browse files Browse the repository at this point in the history
Modified the condition to execute the user creation task if only users sections defined
  • Loading branch information
arsulegai authored and GitHub Enterprise committed Jul 20, 2021
2 parents 76d9932 + c06e3bd commit c15ee20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
kubernetes: "{{ item.k8s }}"
vault: "{{ item.vault }}"
users: "{{ item.users }}"
proxy: "{{ network.env.proxy }}"
setup_user_env: false
loop: "{{ network['organizations'] }}"
when: item.type == 'peer'
when: item.type == 'peer' and item.users is defined

0 comments on commit c15ee20

Please sign in to comment.