Skip to content

Commit 57c3a58

Browse files
author
Julien Pivotto
committed
Fix CI after upstream updates
Signed-off-by: Julien Pivotto <[email protected]>
1 parent 70f1cd1 commit 57c3a58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
executor: python
1212
steps:
1313
- checkout
14-
- run: pip install ansible-lint yamllint flake8
14+
- run: pip install ansible ansible-lint yamllint flake8 ansible
15+
- run: mkdir -p .cache/roles && ln -s ../.. .cache/roles/${CIRCLE_PROJECT_REPONAME}
1516
- run: ansible-lint
1617
- run: yamllint .
1718
- run: flake8
@@ -28,6 +29,7 @@ jobs:
2829
- setup_remote_docker
2930
- run: ln -s ~/project ~/${CIRCLE_PROJECT_REPONAME}
3031
- run: pip install -r test-requirements.txt
32+
- run: pip install "ansible~=<<parameters.ansible >>.0"
3133
- run: molecule test -s default --destroy always
3234
- run: |
3335
if [[ -d 'molecule/alternative' ]]; then

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
galaxy_info:
3-
author: Matthias Antierens, Julien Pivotto
3+
author: cloudalchemy
44
description: Deploy cortex
55
role_name: cortex
66
license: MIT

0 commit comments

Comments
 (0)