Add missing files
This commit is contained in:
12
roles/alvaroaleman.freeipa-client/.travis.yml
Normal file
12
roles/alvaroaleman.freeipa-client/.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
language: python
|
||||
python: "2.7"
|
||||
before_install:
|
||||
- sudo apt-get update --assume-yes -qq
|
||||
- sudo apt-get install --assume-yes -qq python-apt python-pycurl
|
||||
install:
|
||||
- sudo pip install ansible
|
||||
script:
|
||||
- ansible --version
|
||||
- ansible-playbook --inventory-file tests/hosts --syntax-check tests/playbook.yml
|
||||
- ansible-playbook --inventory-file tests/hosts --connection=local -vvvv tests/playbook.yml
|
||||
Reference in New Issue
Block a user