Compare commits
2 commits
58fd3ec476
...
b360d0e861
| Author | SHA1 | Date | |
|---|---|---|---|
| b360d0e861 | |||
| 1d5d39d1c2 |
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ exclude_paths:
|
||||||
- .ansible/
|
- .ansible/
|
||||||
- .cache/
|
- .cache/
|
||||||
- .forgejo/
|
- .forgejo/
|
||||||
|
- venv/
|
||||||
skip_list:
|
skip_list:
|
||||||
- package-latest # it would be lovely to pin versions and test before deployment but lack resources
|
- 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
|
- no-changed-when # TODO: remove this eventually, needs more thinking case by case
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ collections:
|
||||||
version: "main"
|
version: "main"
|
||||||
roles:
|
roles:
|
||||||
- src: git+https://github.com/ansible-lockdown/RHEL9-CIS.git
|
- src: git+https://github.com/ansible-lockdown/RHEL9-CIS.git
|
||||||
version: "2.0.0"
|
version: "2.0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue