1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
L3D 2020-10-27 15:56:49 +01:00 committed by Lilian Roller
parent bfa248ba7a
commit 990fbcd66b
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -1,28 +1,28 @@
---
# OS Details
os: linux
language: python
python: '3.8'
python: "3.8"
cache:
pip: true
# Use the new container infrastructure
sudo: false
# Install ansible
addons:
apt:
packages:
- python-pip
# Install ansible and ansible-lint
install:
# Install ansible
- pip install ansible
- pip install ansible-lint
# testing galaxy install and ansible lint
# more advanced testing is currently handled with
# github actions. The gh-actions for our test are there:
# https://github.com/roles-ansible and are tagged
# with 'github-actions' --> https://github.com/search?q=topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories
# Check ansible version
- ansible --version
# Create ansible.cfg with correct roles_path
- printf '[defaults]\nroles_path=../' >ansible.cfg
script:
- ansible-lint .
- echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/roles-ansible/role-ranger/actions\n\n\n\n\n\n"
# Basic role syntax check
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
notifications:
email:
on_success: never
on_failure: always
webhooks: https://galaxy.ansible.com/api/v1/notifications/