Update Ansible Lint to 4.3.3 (#311)
This commit is contained in:
parent
bf2916fc55
commit
1a1fdc2962
@ -64,7 +64,7 @@ before_install:
|
||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||
install:
|
||||
- pip install ansible==2.9.12
|
||||
- pip install ansible-lint==4.3.2
|
||||
- pip install ansible-lint==4.3.3
|
||||
- pip install molecule==3.0.8
|
||||
- pip install docker==4.3.1
|
||||
script:
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-6
|
||||
image: centos:6
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-6
|
||||
image: centos:6
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-7
|
||||
image: centos:7
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-6
|
||||
image: centos:6
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-6
|
||||
image: centos:6
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: debian-stretch
|
||||
image: debian:stretch-slim
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: alpine-3.8
|
||||
image: alpine:3.8
|
||||
|
@ -4,7 +4,7 @@ driver:
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint --force-color
|
||||
platforms:
|
||||
- name: centos-6
|
||||
image: centos:6
|
||||
|
Loading…
Reference in New Issue
Block a user