updated parakamiko to be above 3.4.1
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 2m33s

This commit is contained in:
root
2024-09-20 12:36:22 +02:00
parent 50fdbd23fd
commit 442980ad88

View File

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