Check ansible version
All checks were successful
/ test (push) Successful in 1m31s

This commit is contained in:
lagertonne 2024-11-07 20:11:35 +01:00
parent 3882ce4b1d
commit fde173baf7

View file

@ -3,7 +3,7 @@ jobs:
test:
runs-on: docker
container:
image: docker.io/python:3.11-bookworm
image: docker.io/serversideup/ansible:latest
steps:
- run: pip3 install ansible
- run: ansible --version