Keep service backups under /etc/systemd/system (#324) #544
Annotations
21 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
yaml[comments-indentation]:
inventory-sample.yml#L22
Comment not indented like content
|
yaml[comments-indentation]:
inventory-sample.yml#L23
Comment not indented like content
|
yaml[line-length]:
inventory-sample.yml#L32
Line too long (141 > 120 characters)
|
yaml[comments-indentation]:
inventory-sample.yml#L34
Comment not indented like content
|
yaml[comments-indentation]:
inventory-sample.yml#L37
Comment not indented like content
|
yaml[comments-indentation]:
inventory-sample.yml#L38
Comment not indented like content
|
yaml[line-length]:
inventory-sample.yml#L38
Line too long (123 > 120 characters)
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L2
Variables names from within roles should use k3s_agent_ as a prefix. (vars: k3s_server_location)
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L3
Variables names from within roles should use k3s_agent_ as a prefix. (vars: systemd_dir)
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L4
Variables names from within roles should use k3s_agent_ as a prefix. (vars: api_port)
|
Lint:
inventory-sample.yml#L22
22:3 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L23
23:5 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L32
32:121 [line-length] line too long (141 > 120 characters)
|
Lint:
inventory-sample.yml#L34
34:7 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L37
37:5 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L38
38:7 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L38
38:121 [line-length] line too long (123 > 120 characters)
|
Lint:
.github/workflows/build.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Lint:
roles/k3s_server/tasks/main.yml#L116
116:121 [line-length] line too long (125 > 120 characters)
|
Lint:
roles/k3s_server/tasks/main.yml#L136
136:121 [line-length] line too long (149 > 120 characters)
|