image: archlinux packages: - ansible - ansible-lint - terraform - yamllint sources: - https://git.xenrox.net/~xenrox/ansible environment: PY_COLORS: 1 triggers: - action: email condition: failure to: Thorben Günther tasks: - ansible-lint: | cd ansible ansible-lint - terraform: | cd ansible/terraform_hetzner terraform init -backend=false terraform validate cd ../terraform_vault terraform init -backend=false terraform validate cd ../terraform_keycloak terraform init -backend=false terraform validate