Skip to content

Commit a9c40d3

Browse files
committed
fix linting, bump versions
1 parent 1082615 commit a9c40d3

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ansible 6.7.0
2-
ansible-lint 6.11.0
1+
ansible 7.0.0
2+
ansible-lint 6.15.0
33
shellcheck 0.9.0

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license_file: 'LICENSE.md'
2727

2828
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
2929
# requirements as 'namespace' and 'name'
30-
tags: []
30+
tags: [tools]
3131

3232
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
3333
# collection label 'namespace.name'. The value is a version range

roles/besu/tasks/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
env: "{{ besu_container_env }}"
2828
networks: "{{ besu_container_networks }}"
2929
command: "{{ besu_container_command + besu_container_command_extra_args }}"
30-
user: "{{ besu_user_meta.uid }}"
30+
user: "{{ besu_user_meta.uid }}"
3131
pull: "{{ image_pull_policy }}"

roles/erigon/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ erigon_init_custom_network_container_command:
6060
- /genesis.json
6161

6262
# Default image pull policy
63-
image_pull_policy: false
63+
image_pull_policy: false

roles/ethereumjs/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ ethereumjs_container_command:
3636
ethereumjs_container_command_extra_args: []
3737

3838
# Default image pull policy
39-
image_pull_policy: false
39+
image_pull_policy: false

roles/ethereumjs/tasks/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
networks: "{{ ethereumjs_container_networks }}"
2929
command: "{{ ethereumjs_container_command + ethereumjs_container_command_extra_args }}"
3030
user: "{{ ethereumjs_user_meta.uid }}"
31-
pull: "{{ image_pull_policy }}"
31+
pull: "{{ image_pull_policy }}"

roles/geth/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ geth_init_custom_network_container_command:
5454
- /genesis.json
5555

5656
# Default image pull policy
57-
image_pull_policy: false
57+
image_pull_policy: false

roles/k3s/tasks/agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
dest: "{{ k3s_systemd_dir }}/k3s-agent.service"
55
owner: root
66
group: root
7-
mode: 0644
7+
mode: "0644"
88

99
- name: Enable and check K3s service
1010
ansible.builtin.systemd:

roles/k3s/tasks/download.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
dest: /usr/local/bin/k3s
66
owner: root
77
group: root
8-
mode: 0755
8+
mode: "0755"
99
when: ansible_facts.architecture == "x86_64"
1010

1111
- name: Download k3s binary arm64
@@ -15,7 +15,7 @@
1515
dest: /usr/local/bin/k3s
1616
owner: root
1717
group: root
18-
mode: 0755
18+
mode: "0755"
1919
when:
2020
- ( ansible_facts.architecture is search("arm") and
2121
ansible_facts.userspace_bits == "64" ) or
@@ -28,7 +28,7 @@
2828
dest: /usr/local/bin/k3s
2929
owner: root
3030
group: root
31-
mode: 0755
31+
mode: "0755"
3232
when:
3333
- ansible_facts.architecture is search("arm")
3434
- ansible_facts.userspace_bits == "32"

roles/k3s/tasks/server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
dest: "{{ k3s_systemd_dir }}/k3s-server.service"
66
owner: root
77
group: root
8-
mode: 0644
8+
mode: "0644"
99

1010
- name: Enable and check K3s service
1111
ansible.builtin.systemd:

roles/lighthouse/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ lighthouse_validator_container_command_extra_args: []
8686
# - --graffiti=hello-world
8787

8888
# Default image pull policy
89-
image_pull_policy: false
89+
image_pull_policy: false

roles/lodestar/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ lodestar_validator_container_command_extra_args: []
7676
# - --graffiti=hello-world
7777

7878
# Default image pull policy
79-
image_pull_policy: false
79+
image_pull_policy: false

roles/nethermind/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ nethermind_container_command:
4444
nethermind_container_command_extra_args: []
4545

4646
# Default image pull policy
47-
image_pull_policy: false
47+
image_pull_policy: false

roles/nethermind/tasks/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
command: "{{ nethermind_container_command + nethermind_container_command_extra_args }} "
3434
user: "{{ nethermind_user_meta.uid }}"
3535
working_dir: "{{ nethermind_datadir }}"
36-
pull: "{{ image_pull_policy }}"
36+
pull: "{{ image_pull_policy }}"

roles/nimbus/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ nimbus_container_validator_volumes:
7777
- "{{ nimbus_validator_datadir }}:/validator-data"
7878

7979
# Default image pull policy
80-
image_pull_policy: false
80+
image_pull_policy: false

roles/prysm/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ prysm_validator_container_command_extra_args: []
8181
# - --graffiti=hello-world
8282

8383
# Default image pull policy
84-
image_pull_policy: false
84+
image_pull_policy: false

roles/teku/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ teku_container_validator_volumes:
6969
- "{{ teku_validator_datadir }}:/validator-data"
7070

7171
# Default image pull policy
72-
image_pull_policy: false
72+
image_pull_policy: false

0 commit comments

Comments
 (0)