This commit is contained in:
parent
aa98598705
commit
80ba2fb404
@ -11,7 +11,6 @@ jobs:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v3
|
||||
- run: python3 -m venv venv
|
||||
- run: venv/bin/python3 -m pip index versions ansible
|
||||
- run: venv/bin/ptyhon3 -m pip --disable-pip-version-check install ansible==9.6.0 ansible-lint==24.2.2
|
||||
- run: venv/bin/python3 -m pip --disable-pip-version-check install ansible==9.6.0 ansible-lint==24.2.2
|
||||
- run: venv/bin/ansible-lint -c .ansible-lint ansible
|
||||
# TODO: Reimplement ansible-play --check step from old drone config
|
||||
|
Loading…
x
Reference in New Issue
Block a user