roles: update set_cli_tools.yaml to remove unnecessary #noqa

This commit is contained in:
2026-03-21 10:28:16 +09:00
parent be07698dae
commit a2022fd14c
@@ -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"