You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/.github/workflows/ci.yaml

24 lines
518 B
YAML

---
name: Test Playbook
on:
pull_request:
push:
branches:
- "master"
jobs:
homelab-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "pull image"
run: docker pull geerlingguy/docker-debian10-ansible:latest
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_working_dir: ansible/roles/setup_docker
env:
ANSIBLE_FORCE_COLOR: '1'
PY_COLORS: "1"