Apply noqa and fix line lenght limit. ansible-lint production profile (#326)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2024-05-03 09:38:01 -07:00
committed by GitHub
parent 7ec16a8d53
commit ddc664a7f6
8 changed files with 27 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
---
k3s_server_location: "/var/lib/rancher/k3s"
systemd_dir: "/etc/systemd/system"
api_port: 6443
k3s_server_location: "/var/lib/rancher/k3s" # noqa var-naming[no-role-prefix]
systemd_dir: "/etc/systemd/system" # noqa var-naming[no-role-prefix]
api_port: 6443 # noqa var-naming[no-role-prefix]