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

This commit is contained in:
root
2024-09-20 12:55:10 +02:00
parent a1c7ed1aca
commit 7e1c7a40e0
2 changed files with 131 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
with:
args: "--fix "
args: "--fix -c ansible-lint-dev.yml "
setup_python: "true"
working_directory: ""
requirements_file: "roles/requirements.yml"