1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-26 09:11:11 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Jelle van der Waa
3d3fba3e31
Exclude node.rules from being linted by ansible-lint 2021-03-01 17:41:33 +01:00
Kristian Klausen
4112bdf9fd Make ansible-lint happy
yaml: truthy value should be one of [false, true] (truthy)
yaml: wrong indentation: expected 4 but found 2 (indentation)
yaml: too few spaces before comment (comments)
yaml: missing starting space in comment (comments)
yaml: too many blank lines (1 > 0) (empty-lines)
yaml: too many spaces after colon (colons)
yaml: comment not indented like content (comments-indentation)
yaml: no new line character at the end of file (new-line-at-end-of-file)
load-failure: Failed to load or parse file
parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
2021-02-14 14:22:05 +01:00
Kristian Klausen
36079da322 ansible-lint: Replace numeric rule identifiers with text ones 2021-02-14 14:22:05 +01:00
Kristian Klausen
0356dee2e2 Install yamllint for YAML linting by ansible-lint
https://github.com/ansible-community/ansible-lint/issues/953
2021-02-14 14:22:02 +01:00
Sven-Hendrik Haase
7dff038ea1
ansible-lint: Allow packages to be specified as 'latest' 2020-06-22 19:24:55 +02:00
Frederik Schwan
73b81ef4a1
fix linting errors
fixes #41
2020-06-17 02:43:12 +02:00
Jelle van der Waa
058c54c970
Add ansible-lint configuration file
Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
2020-05-10 02:30:17 +02:00