add ansible version
All checks were successful
/ deploy (push) Successful in 2m9s

This commit is contained in:
lagertonne 2024-11-10 21:22:59 +01:00
parent b88fdba1ad
commit 33de223a5c

View file

@ -4,7 +4,7 @@ on:
- feature/forgejo-actions - feature/forgejo-actions
- testing - testing
jobs: jobs:
test: deploy:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -16,3 +16,8 @@ jobs:
python3 -m pip install ansible python3 -m pip install ansible
python3 -m pip install ansible-lint python3 -m pip install ansible-lint
- name: Check ansible version
run: |
ansible --version