Compare commits

..

2 commits

Author SHA1 Message Date
760ff954db
workflows/requirements: remove implied 'ansible-core'
All checks were successful
ansible-lint / ansible-lint (push) Successful in 25s
2025-10-19 14:28:13 -05:00
a0a55a7641
workflow/link: move 'requirements.txt' 2025-10-19 14:27:14 -05:00
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
env: env:
FORCE_COLOR: '1' FORCE_COLOR: '1'
- run: pip install -r requirements.txt - run: pip install -r .github/workflows/requirements.txt
env: env:
FORCE_COLOR: '1' FORCE_COLOR: '1'

View file

@ -1,2 +1 @@
ansible-lint ansible-lint
ansible-core