wip ansible in forgejo
All checks were successful
/ test (push) Successful in 2m16s

This commit is contained in:
lagertonne 2024-11-10 21:19:00 +01:00
parent fde173baf7
commit b88fdba1ad

View file

@ -1,9 +1,18 @@
on: [push]
on:
push:
branches:
- feature/forgejo-actions
- testing
jobs:
test:
runs-on: docker
container:
image: docker.io/serversideup/ansible:latest
steps:
- run: ansible --version
- uses: actions/checkout@v4
- name: Install ansible
run: |
apt update -y
apt install python3-pip -y
python3 -m pip install ansible
python3 -m pip install ansible-lint