We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0700825 commit 5dfbbe2Copy full SHA for 5dfbbe2
.circleci/config.yml
@@ -4,22 +4,18 @@ jobs:
4
# Run Ansible-lint checks
5
ansible-lint:
6
docker:
7
- - image: williamyeh/ansible:ubuntu16.04
+ - image: cytopia/ansible-lint
8
steps:
9
- checkout
10
- - run:
11
- name: Install ansible-lint
12
- command: |
13
- pip install ansible-lint
14
- ansible-lint --version
15
- run:
16
name: Ansible YAML syntax check
17
command: |
18
ansible-playbook --syntax-check stackstorm.yml
19
20
name: Ansible-lint check
21
22
- ansible-lint -x 204 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
+ cytopia/ansible-lint --version
+ cytopia/ansible-lint -x 204 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
23
24
# Run YAML lint checks
25
yaml-lint:
0 commit comments