Skip to content

Commit

Permalink
Merge pull request #160 from lemberg/feature/159-molecule-3
Browse files Browse the repository at this point in the history
Upgrade tests: Molecule 2 => 3
  • Loading branch information
T2L committed Mar 2, 2020
2 parents 73c3837 + 1b7f8b0 commit f62fde4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

install:
- composer install --no-interaction --no-progress --no-suggest --prefer-dist --optimize-autoloader --no-dev
- pip install ansible==2.9.* docker molecule
- pip install ansible==2.9.* ansible-lint docker flake8 molecule==3.*

script:
- molecule test
Expand Down
File renamed without changes.
12 changes: 5 additions & 7 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dependency:
role-file: provisioning/requirements.yml
driver:
name: docker
lint:
name: yamllint
options:
config-data:
ignore: vendor/
lint: |
set -e
yamllint --config-data "{ignore: vendor/}" .
ansible-lint
flake8
platforms:
- name: draft
image: "geerlingguy/docker-${MOLECULE_PLATFORM}-ansible:latest"
Expand All @@ -22,5 +22,3 @@ provisioner:
config_options:
ssh_connection:
pipelining: true
lint:
name: ansible-lint

0 comments on commit f62fde4

Please sign in to comment.