File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
roles/ethereum_genesis/tasks Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 99 ansible.builtin.file :
1010 path : " {{ ethereum_genesis_validator_keys_output_dir }}"
1111 state : directory
12- mode : ' 0755'
12+ mode : " 0755"
1313
1414 - name : Create generic prysm wallet password file
1515 ansible.builtin.copy :
4747 --source-mnemonic="{{ ethereum_genesis_validator_mnemonic }}"
4848 args :
4949 creates : " {{ ethereum_genesis_validator_keys_output_dir }}/{{ item.key }}"
50- when : ansible_os_family != "Debian"
5150
5251 - name : Create bls address change operations
5352 when :
5453 - ethereum_genesis_validator_bls_change_operations_enabled
55- - ansible_os_family != "Debian"
5654 loop : " {{ ethereum_genesis_validator_keyranges | dict2items }}"
5755 vars :
5856 genesis_validator_root : >-
You can’t perform that action at this time.
0 commit comments