mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
language: python
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
dist: focal
|
dist: focal
|
||||||
|
#addons:
|
||||||
|
# apt:
|
||||||
|
# packages:
|
||||||
|
# - python-pip
|
||||||
#install:
|
#install:
|
||||||
## Create ansible.cfg with correct roles_path and local_tmp
|
# - pip install ansible
|
||||||
#- "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
|
# # Create ansible.cfg with correct roles_path and local_tmp
|
||||||
|
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
|
||||||
script:
|
script:
|
||||||
- /opt/iiab/iiab/scripts/ansible
|
- /opt/iiab/iiab/scripts/ansible
|
||||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||||
|
|
Loading…
Reference in a new issue