Compare commits

..

2 Commits

Author SHA1 Message Date
root
442980ad88 updated parakamiko to be above 3.4.1
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 2m33s
2024-09-20 12:36:22 +02:00
root
50fdbd23fd updated parakamiko to be above 3.4.1 2024-09-20 12:35:53 +02:00
2 changed files with 20 additions and 1 deletions

View File

@@ -49,3 +49,8 @@ jobs:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
with:
# args: ""
setup_python: "true"
working_directory: ""
requirements_file: "roles/requirements.yml"

14
roles/requirements.yml Normal file
View File

@@ -0,0 +1,14 @@
---
collections:
- azure.azcollection
- ansible.windows
- community.windows
- community.general
- tribe29.checkmk
- ansible.posix
- awx.awx
- cisco.ios
- microsoft.ad
- arubanetworks.aos_switch
- ansible.netcommon
- community.docker