Skip to content

Commit

Permalink
FIX: Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed Jun 12, 2024
1 parent fed6480 commit 80c609f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions controls/roles/update-changes/tasks/2.1.5/charon_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
- service_configuration.dependencies.consensusClients | selectattr('service', 'equalto', 'NimbusBeaconService') | list | length > 0
- service_configuration.command | select('match', '--feature-set-enable=json_requests') | length == 0

- name: add builder tag if not present
lineinfile:
path: "{{ config_file_path }}"
insertafter: "--beacon-node-endpoints"
line: "{{ service_configuration_text | split('\n') | select('match', '^\\s*- --beacon-node-endpoints') | first | split('-') | first }}- --builder-api"
when:
- service_configuration.command | select('match', '--builder-api') | length == 0
- name: add builder tag if not present
lineinfile:
path: "{{ config_file_path }}"
insertafter: "--beacon-node-endpoints"
line: "{{ service_configuration_text | split('\n') | select('match', '^\\s*- --beacon-node-endpoints') | first | split('-') | first }}- --builder-api"
when:
- service_configuration.command | select('match', '--builder-api') | length == 0

0 comments on commit 80c609f

Please sign in to comment.