Skip to content

Commit 56fc40e

Browse files
committed
Use earlier ansible-lint docker image, as otherwise complains about role names
1 parent 731de15 commit 56fc40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
# Run Ansible-lint checks
55
ansible-lint:
66
docker:
7-
- image: yokogawa/ansible-lint
7+
- image: yokogawa/ansible-lint:4.3.7
88
steps:
99
- checkout
1010
- run:
@@ -15,7 +15,7 @@ jobs:
1515
name: Ansible-lint check
1616
command: |
1717
ansible-lint --version
18-
ansible-lint -x 106,204,208 -v roles/*/*/*.yml stackstorm.yml
18+
ansible-lint -x 106,204,208 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
1919
2020
# Run YAML lint checks
2121
yaml-lint:

0 commit comments

Comments
 (0)