File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
executor : python
12
12
steps :
13
13
- 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}
15
16
- run : ansible-lint
16
17
- run : yamllint .
17
18
- run : flake8
28
29
- setup_remote_docker
29
30
- run : ln -s ~/project ~/${CIRCLE_PROJECT_REPONAME}
30
31
- run : pip install -r test-requirements.txt
32
+ - run : pip install "ansible~=<<parameters.ansible >>.0"
31
33
- run : molecule test -s default --destroy always
32
34
- run : |
33
35
if [[ -d 'molecule/alternative' ]]; then
Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
- author : Matthias Antierens, Julien Pivotto
3
+ author : cloudalchemy
4
4
description : Deploy cortex
5
5
role_name : cortex
6
6
license : MIT
You can’t perform that action at this time.
0 commit comments