This commit is contained in:
parent
ad6de45a32
commit
cca5db5acb
@ -11,6 +11,6 @@ jobs:
|
|||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: python3 -m venv venv
|
- run: python3 -m venv venv
|
||||||
- run: venv/bin/pip --disable-pip-version-check install ansible-core==2.20.5 ansible-lint==25.8.2
|
- run: venv/bin/pip --disable-pip-version-check install ansible==13.5.0 ansible-lint==25.8.2
|
||||||
- run: venv/bin/ansible-lint -c .ansible-lint ansible
|
- run: venv/bin/ansible-lint -c .ansible-lint ansible
|
||||||
# TODO: Reimplement ansible-play --check step from old drone config
|
# TODO: Reimplement ansible-play --check step from old drone config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user