mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update .travis.yml
This commit is contained in:
parent
7df1f6ae40
commit
06160fb45d
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ dist: focal
|
||||||
# packages:
|
# packages:
|
||||||
# - python-pip
|
# - python-pip
|
||||||
install:
|
install:
|
||||||
- scripts/ansible # Install latest Ansible & ~4 Ansible Collections (collections.yml)
|
# - scripts/ansible # Fails to install latest Ansible (& ~4 Ansible Collections from collections.yml)
|
||||||
# - pip install ansible
|
# - pip install ansible # SLOW/OVERWEIGHT: installs Ansible 3.0.0+ with ~80 Ansible Collections
|
||||||
|
- pip install ansible-base # Let's avoid all Ansible Collections for now (for Ansible syntax check!)
|
||||||
# # Create ansible.cfg with correct roles_path and local_tmp
|
# # Create ansible.cfg with correct roles_path and local_tmp
|
||||||
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
|
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue