Skip to content

Commit

Permalink
FIX: Prysm Migration (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays authored Sep 12, 2024
1 parent 1cd3154 commit 540fb08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ansible.utils.update_fact:
updates:
- path: service_configuration.command
value: "{{ service_configuration.command | split(' ') | difference(['--p2p-host-dns=\"\"', '/app/cmd/beacon-chain/beacon-chain', '/app/cmd/validator/validator']) | select('string') | select('match', '^(?!\\s*$).+') | list }}"
value: "{{ service_configuration.command | split(' ') | difference(['--p2p-host-ip=\"\"', '--p2p-host-dns=\"\"', '/app/cmd/beacon-chain/beacon-chain', '/app/cmd/validator/validator']) | select('string') | select('match', '^(?!\\s*$).+') | list }}"
- path: service_configuration.entrypoint
value: ["{{ service_configuration.command | split(' ') | select('string') | select('match', '^(?!\\s*$).+') | list | first}}"]
register: updated
Expand Down

0 comments on commit 540fb08

Please sign in to comment.