Compare commits

..

1 commit

Author SHA1 Message Date
irl
58fd3ec476 lint: ansible-lint suggested updates
Some checks failed
Ansible Lint Check / lint (push) Has been cancelled
2025-11-01 15:09:19 +00:00
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ exclude_paths:
- .ansible/
- .cache/
- .forgejo/
- venv/
skip_list:
- package-latest # it would be lovely to pin versions and test before deployment but lack resources
- no-changed-when # TODO: remove this eventually, needs more thinking case by case

View file

@ -10,7 +10,7 @@ collections:
version: "main"
roles:
- src: git+https://github.com/ansible-lockdown/RHEL9-CIS.git
version: "2.0.3"
version: "2.0.0"
```
## Licence