Skip to content

Commit 3673246

Browse files
author
xbinois
committed
Fix TravisCI issue with Molecule Tests
1 parent 18e6d3e commit 3673246

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.ansible-lint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
skip_list:
2+
- '106'
3+
- '208'

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
matrix:
99
- MOLECULE_DISTRIB: debian10:latest
1010

11+
before_install:
12+
- curl https://gist.githubusercontent.com/supertarto/e9b6a648f07c4e2776cb00a10aa4a697/raw/d58d5104e71d808c64ad38214ae084628eda2f67/travis-ci-molecule.sh | sudo bash
13+
1114
install:
1215
- pip install molecule yamllint ansible-lint docker
1316

.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
extends: default
33
rules:
44
line-length:
5-
max: 160
5+
max: 180
66
level: warning

0 commit comments

Comments
 (0)