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:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.io/python:3.11-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- run: pip3 install ansible
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue