1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

Preserve more of @arky legacy/hints in .travis.yml

This commit is contained in:
A Holt 2021-02-24 16:50:44 -05:00 committed by GitHub
parent f6cfbcbb75
commit 2f11f26ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,14 @@
language: python
python: "3.8"
dist: focal
#addons:
# apt:
# packages:
# - python-pip
#install:
## Create ansible.cfg with correct roles_path and local_tmp
#- "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
# - pip install ansible
# # Create ansible.cfg with correct roles_path and local_tmp
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
script:
- /opt/iiab/iiab/scripts/ansible
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check