roles: update set_cli_tools.yaml to remove unnecessary #noqa
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
dest: "{{ node['data_path'] }}/bin/blocky-{{ version['packages']['blocky'] }}-{{ item }}.tar.gz"
|
dest: "{{ node['data_path'] }}/bin/blocky-{{ version['packages']['blocky'] }}-{{ item }}.tar.gz"
|
||||||
owner: "{{ ansible_user }}"
|
owner: "{{ ansible_user }}"
|
||||||
group: "svadmins"
|
group: "svadmins"
|
||||||
mode: "0600" # noqa: line-length
|
mode: "0600"
|
||||||
loop:
|
loop:
|
||||||
- "x86_64"
|
- "x86_64"
|
||||||
- "arm64"
|
- "arm64"
|
||||||
|
|||||||
Reference in New Issue
Block a user