Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit f85a1c6

Browse files
authored
Update Ansible Lint to 4.3.3 (#3)
1 parent cc6054a commit f85a1c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
2020
install:
2121
- pip install ansible==2.9.12
22-
- pip install ansible-lint==4.3.2
22+
- pip install ansible-lint==4.3.3
2323
- pip install molecule==3.0.8
2424
- pip install docker==4.3.1
2525
script:

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ driver:
44
lint: |
55
set -e
66
yamllint .
7-
ansible-lint
7+
ansible-lint --force-color
88
platforms:
99
- name: debian-stretch
1010
image: debian:stretch-slim

molecule/default_alpine/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ driver:
44
lint: |
55
set -e
66
yamllint .
7-
ansible-lint
7+
ansible-lint --force-color
88
platforms:
99
- name: alpine-3.8
1010
image: alpine:3.8

molecule/default_centos/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ driver:
44
lint: |
55
set -e
66
yamllint .
7-
ansible-lint
7+
ansible-lint --force-color
88
platforms:
99
- name: centos-6
1010
image: centos:6

0 commit comments

Comments
 (0)