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

should be hash

parent 6f8b34f9
No related branches found
No related tags found
1 merge request!1should be hash
Pipeline #
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
--- ---
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