This commit is contained in:
parent
3882ce4b1d
commit
fde173baf7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue