Skip to content

Commit

Permalink
ci: support ansible-lint and ansible-test 2.16
Browse files Browse the repository at this point in the history
Fix yamllint issue with markdownlint config

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 4, 2024
1 parent 7ee0c48 commit 6f15e1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kinds:
skip_list:
- fqcn-builtins
- var-naming[no-role-prefix]
- sanity[cannot-ignore]

Check warning on line 20 in .ansible-lint

View workflow job for this annotation

GitHub Actions / Detect non-inclusive language

`sanity` may be insensitive, use `confidence`, `quick check`, `coherence check` instead
exclude_paths:
- tests/roles/
- .github/
Expand Down
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Default state for all rules
default: true

Expand Down
3 changes: 3 additions & 0 deletions .sanity-ansible-ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plugins/modules/timesync_provider.sh shebang
plugins/modules/timesync_provider.sh validate-modules:invalid-extension
plugins/modules/timesync_provider.sh validate-modules:python-syntax-error

0 comments on commit 6f15e1b

Please sign in to comment.