File tree 4 files changed +5
-14
lines changed
4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 16
16
17
17
install :
18
18
# Install test dependencies.
19
- - pip install molecule docker
19
+ - pip install molecule yamllint ansible-lint docker
20
20
21
21
before_script :
22
22
# Use actual Ansible Galaxy role name for the project directory.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ dependency:
3
3
name : galaxy
4
4
driver :
5
5
name : docker
6
- lint :
7
- name : yamllint
8
- options :
9
- config-file : molecule/default/yaml-lint.yml
6
+ lint : |
7
+ yamllint .
8
+ ansible-lint
10
9
platforms :
11
10
- name : instance
12
11
image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
@@ -17,13 +16,5 @@ platforms:
17
16
pre_build_image : true
18
17
provisioner :
19
18
name : ansible
20
- lint :
21
- name : ansible-lint
22
19
playbooks :
23
- converge : ${MOLECULE_PLAYBOOK:-playbook.yml}
24
- scenario :
25
- name : default
26
- verifier :
27
- name : testinfra
28
- lint :
29
- name : flake8
20
+ converge : ${MOLECULE_PLAYBOOK:-converge.yml}
You can’t perform that action at this time.
0 commit comments