File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1212
1313install :
1414 # Install test dependencies.
15- - pip install molecule docker
15+ - pip install molecule yamllint ansible-lint docker
1616
1717before_script :
1818 # 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 @@ -4,9 +4,8 @@ dependency:
44driver :
55 name : docker
66lint :
7- name : yamllint
8- options :
9- config-file : molecule/default/yaml-lint.yml
7+ yamllint .
8+ ansible-lint
109platforms :
1110 - name : instance
1211 image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
@@ -17,13 +16,7 @@ platforms:
1716 pre_build_image : true
1817provisioner :
1918 name : ansible
20- lint :
21- name : ansible-lint
2219 playbooks :
23- converge : ${MOLECULE_PLAYBOOK:-playbook .yml}
20+ converge : ${MOLECULE_PLAYBOOK:-converge .yml}
2421scenario :
2522 name : default
26- verifier :
27- name : testinfra
28- lint :
29- name : flake8
You can’t perform that action at this time.
0 commit comments