Skip to content

Commit e8a6a27

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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:4.3.7
7+
- image: yokogawa/ansible-lint:v4.3.7
88
steps:
99
- checkout
1010
- run:

0 commit comments

Comments
 (0)