Skip to content

Commit df45497

Browse files
author
armab
committed
Fix ansible-lint checks
1 parent 5dfbbe2 commit df45497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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: cytopia/ansible-lint
7+
- image: yokogawa/ansible-lint
88
steps:
99
- checkout
1010
- run:
@@ -14,8 +14,8 @@ jobs:
1414
- run:
1515
name: Ansible-lint check
1616
command: |
17-
cytopia/ansible-lint --version
18-
cytopia/ansible-lint -x 204 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
17+
ansible-lint --version
18+
ansible-lint -x 204 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
1919
2020
# Run YAML lint checks
2121
yaml-lint:

0 commit comments

Comments
 (0)