File tree 11 files changed +16
-16
lines changed
11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 7
7
mode : " 0750"
8
8
9
9
- name : Set permissions
10
- ansible.builtin.command : " chown -R 1000:1000 {{ arbitrum_node_datadir }}" # noqa deprecated-command-syntax
10
+ ansible.builtin.command : " chown -R 1000:1000 {{ arbitrum_node_datadir }}" # noqa no-free-form
11
11
changed_when : false
12
12
13
13
- name : Run arbitrum_node container
Original file line number Diff line number Diff line change 12
12
group : " {{ besu_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ besu_user }}:{{ besu_user }} {{ besu_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ besu_user }}:{{ besu_user }} {{ besu_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Run besu container
Original file line number Diff line number Diff line change 12
12
group : " {{ erigon_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ erigon_user }}:{{ erigon_user }} {{ erigon_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ erigon_user }}:{{ erigon_user }} {{ erigon_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Init custom network
Original file line number Diff line number Diff line change 12
12
group : " {{ ethereumjs_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ ethereumjs_user }}:{{ ethereumjs_user }} {{ ethereumjs_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ ethereumjs_user }}:{{ ethereumjs_user }} {{ ethereumjs_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Run ethereumjs container
Original file line number Diff line number Diff line change 12
12
group : " {{ geth_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ geth_user }}:{{ geth_user }} {{ geth_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ geth_user }}:{{ geth_user }} {{ geth_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Init custom network
Original file line number Diff line number Diff line change 12
12
group : " {{ lighthouse_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ lighthouse_user }}:{{ lighthouse_user }} {{ lighthouse_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ lighthouse_user }}:{{ lighthouse_user }} {{ lighthouse_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Run lighthouse container
44
44
when : lighthouse_validator_enabled
45
45
46
46
- name : Set permissions for validator data dir
47
- ansible.builtin.command : " chown -R {{ lighthouse_user }}:{{ lighthouse_user }} {{ lighthouse_validator_datadir }}" # noqa deprecated-command-syntax
47
+ ansible.builtin.command : " chown -R {{ lighthouse_user }}:{{ lighthouse_user }} {{ lighthouse_validator_datadir }}" # noqa no-free-form
48
48
changed_when : false
49
49
when : lighthouse_validator_enabled
50
50
Original file line number Diff line number Diff line change 12
12
group : " {{ lodestar_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ lodestar_user }}:{{ lodestar_user }} {{ lodestar_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ lodestar_user }}:{{ lodestar_user }} {{ lodestar_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Run lodestar container
44
44
when : lodestar_validator_enabled
45
45
46
46
- name : Set permissions for validator data dir
47
- ansible.builtin.command : " chown -R {{ lodestar_user }}:{{ lodestar_user }} {{ lodestar_validator_datadir }}" # noqa deprecated-command-syntax
47
+ ansible.builtin.command : " chown -R {{ lodestar_user }}:{{ lodestar_user }} {{ lodestar_validator_datadir }}" # noqa no-free-form
48
48
changed_when : false
49
49
when : lodestar_validator_enabled
50
50
Original file line number Diff line number Diff line change 15
15
- " {{ nethermind_datadir }}/nethermind"
16
16
17
17
- name : Set permissions
18
- ansible.builtin.command : " chown -R {{ nethermind_user }}:{{ nethermind_user }} {{ nethermind_datadir }}" # noqa deprecated-command-syntax
18
+ ansible.builtin.command : " chown -R {{ nethermind_user }}:{{ nethermind_user }} {{ nethermind_datadir }}" # noqa no-free-form
19
19
changed_when : false
20
20
21
21
- name : Run nethermind container
Original file line number Diff line number Diff line change 12
12
group : " {{ nimbus_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ nimbus_user }}:{{ nimbus_user }} {{ nimbus_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ nimbus_user }}:{{ nimbus_user }} {{ nimbus_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Create validator data dir
29
29
when : nimbus_validator_enabled
30
30
31
31
- name : Set permissions for validator data dir
32
- ansible.builtin.command : " chown -R {{ nimbus_user }}:{{ nimbus_user }} {{ nimbus_validator_datadir }}" # noqa deprecated-command-syntax
32
+ ansible.builtin.command : " chown -R {{ nimbus_user }}:{{ nimbus_user }} {{ nimbus_validator_datadir }}" # noqa no-free-form
33
33
changed_when : false
34
34
when : nimbus_validator_enabled
35
35
Original file line number Diff line number Diff line change 12
12
group : " {{ prysm_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ prysm_user }}:{{ prysm_user }} {{ prysm_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ prysm_user }}:{{ prysm_user }} {{ prysm_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Run prysm container
41
41
when : prysm_validator_enabled
42
42
43
43
- name : Set permissions for validator data dir
44
- ansible.builtin.command : " chown -R {{ prysm_user }}:{{ prysm_user }} {{ prysm_validator_datadir }}" # noqa deprecated-command-syntax
44
+ ansible.builtin.command : " chown -R {{ prysm_user }}:{{ prysm_user }} {{ prysm_validator_datadir }}" # noqa no-free-form
45
45
changed_when : false
46
46
when : prysm_validator_enabled
47
47
Original file line number Diff line number Diff line change 12
12
group : " {{ teku_user }}"
13
13
14
14
- name : Set permissions
15
- ansible.builtin.command : " chown -R {{ teku_user }}:{{ teku_user }} {{ teku_datadir }}" # noqa deprecated-command-syntax
15
+ ansible.builtin.command : " chown -R {{ teku_user }}:{{ teku_user }} {{ teku_datadir }}" # noqa no-free-form
16
16
changed_when : false
17
17
18
18
- name : Create validator data dir
29
29
when : teku_validator_enabled
30
30
31
31
- name : Set permissions for validator data dir
32
- ansible.builtin.command : " chown -R {{ teku_user }}:{{ teku_user }} {{ teku_validator_datadir }}" # noqa deprecated-command-syntax
32
+ ansible.builtin.command : " chown -R {{ teku_user }}:{{ teku_user }} {{ teku_validator_datadir }}" # noqa no-free-form
33
33
changed_when : false
34
34
when : teku_validator_enabled
35
35
You can’t perform that action at this time.
0 commit comments