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 731de15 commit 56fc40eCopy full SHA for 56fc40e
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
# Run Ansible-lint checks
5
ansible-lint:
6
docker:
7
- - image: yokogawa/ansible-lint
+ - image: yokogawa/ansible-lint:4.3.7
8
steps:
9
- checkout
10
- run:
@@ -15,7 +15,7 @@ jobs:
15
name: Ansible-lint check
16
command: |
17
ansible-lint --version
18
- ansible-lint -x 106,204,208 -v roles/*/*/*.yml stackstorm.yml
+ ansible-lint -x 106,204,208 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
19
20
# Run YAML lint checks
21
yaml-lint:
0 commit comments