while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

aspell missing in .travis.yml.j2 #7

Closed dschier-wtd closed 6 years ago

dschier-wtd commented 6 years ago

Type of Report

Bug

Actual behaviour

Packages are not installed from travis-ci

Expected behaviour

packages will be installed:

Implementation

The below part must be adjusted properly:

# .travis.yml
# Install python-pip
addons:
  apt:
    packages:
- python-pip