Skip to content
Snippets Groups Projects
Commit 4fc7120b authored by Eino Tuominen's avatar Eino Tuominen
Browse files

Merge branch 'develop' into 'master'

should be hash

See merge request !1
parents 6f8b34f9 33d2bc30
No related branches found
No related tags found
1 merge request!1should be hash
Pipeline #
--- ---
language: python before:
python: "2.7" script:
- apt install python-pip
# Use the new container infrastructure
sudo: false
# Install ansible
addons:
apt:
packages:
- python-pip
install:
# Install ansible
- pip install ansible - pip install ansible
# Check ansible version
- ansible --version - ansible --version
# Create ansible.cfg with correct roles_path
- printf '[defaults]\nroles_path=../' >ansible.cfg - printf '[defaults]\nroles_path=../' >ansible.cfg
playbook:
script: script:
# Basic role syntax check
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment