You've already forked ansible-role-auth-duo
I need colors :)
This commit is contained in:
@@ -3,6 +3,9 @@ steps:
|
|||||||
group: test
|
group: test
|
||||||
name: "Lint: Ansible-lint"
|
name: "Lint: Ansible-lint"
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
|
environment:
|
||||||
|
PY_COLORS: '1'
|
||||||
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint -c ".ansible-lint"
|
- ansible-lint -c ".ansible-lint"
|
||||||
when:
|
when:
|
||||||
@@ -12,6 +15,6 @@ steps:
|
|||||||
name: "Lint: Yamllint"
|
name: "Lint: Yamllint"
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
commands:
|
commands:
|
||||||
- yamllint .
|
- yamllint -f colored .
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ steps:
|
|||||||
name: Test on ${MOLECULE_DISTRO}
|
name: Test on ${MOLECULE_DISTRO}
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
pull: true
|
pull: true
|
||||||
|
environment:
|
||||||
|
PY_COLORS: '1'
|
||||||
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user