homeserver/roles/hifis-net.unattended_upgrades/.travis.yml
mg b5c16eaacd Rolle aktualisiert: unattended upgrades (#461)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #461
2023-02-17 12:17:12 +01:00

17 lines
315 B
YAML

sudo: "required"
language: "python"
services: "docker"
cache: "pip"
install:
- "pip install ansible docker"
- "ansible-galaxy install -r tests/requirements.yml -p tests/roles/"
script:
- "ansible --version"
- "tests/test.sh"
notifications:
webhooks: "https://galaxy.ansible.com/api/v1/notifications/"