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

View File

@@ -68,7 +68,7 @@
dest: "{{ node['data_path'] }}/bin/blocky-{{ version['packages']['blocky'] }}-{{ item }}.tar.gz"
owner: "{{ ansible_user }}"
group: "svadmins"
mode: "0600" # noqa: line-length
mode: "0600"
loop:
- "x86_64"
- "arm64"