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:
parent
f6cfbcbb75
commit
2f11f26ddd
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue