feat: added ansible.posix to requirements.yml
All checks were successful
Lint / Lint (push) Successful in 23s

Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
Louis Vallat 2025-01-08 12:06:40 +01:00
parent 5417a1568b
commit 09279f84f0
Signed by: louis
SSH Key Fingerprint: SHA256:0iPwDU/PZtEy/K13Oar4TzmcunmI9H5U9IsOR3jyT/Q
2 changed files with 3 additions and 1 deletions

View File

@ -18,4 +18,3 @@ jobs:
with: with:
args: "--show-relpath" args: "--show-relpath"
setup_python: "false" setup_python: "false"
requirements_file: ""

3
requirements.yml Normal file
View File

@ -0,0 +1,3 @@
---
collections:
- ansible.posix