Skip to content

Commit

Permalink
Fix TravisCI issue with Molecule Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xbinois committed Aug 24, 2020
1 parent 229a371 commit 7b2597a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
skip_list:
- '106'
- '208'
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
matrix:
- MOLECULE_DISTRIB: debian10:latest

before_install:
- curl https://gist.githubusercontent.com/supertarto/e9b6a648f07c4e2776cb00a10aa4a697/raw/d58d5104e71d808c64ad38214ae084628eda2f67/travis-ci-molecule.sh | sudo bash

install:
- pip install molecule yamllint ansible-lint docker

Expand Down

0 comments on commit 7b2597a

Please sign in to comment.