Refactored ci script with shellcheck suggestions and install collections

Change-Id: I071e50eadfaf0f17f413a0c5f86e5d6b96356b36
This commit is contained in:
Jakob Meng
2022-04-26 21:02:24 +02:00
parent 97fa59bf6f
commit 4e1718db49
2 changed files with 52 additions and 36 deletions

5
ci/requirements.yml Normal file
View File

@@ -0,0 +1,5 @@
---
collections:
- ansible.posix
- ansible.utils
- community.general