Install ansible
This commit is contained in:
parent
9a3ea83ee2
commit
2b7296ba39
1 changed files with 3 additions and 4 deletions
|
@ -2,9 +2,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: docker.io/python:3.11-bookworm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- run: pip3 install ansible
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue