File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22warn_list:
33 - role-name
4+ - name[play]
45 - name[casing]
5- - no-handler
Original file line number Diff line number Diff line change 2323 python-version : ' 3.x'
2424
2525 - name : Install test dependencies
26- run : pip install ansible-lint[community,yamllint]
26+ run : |
27+ pip install ansible-lint
28+ ansible-galaxy install -r requirements.yml
2729
2830 - name : Lint code
2931 run : |
4244 fail-fast : false
4345 matrix :
4446 include :
45- - distro : ubuntu1604
46- ansible-version : ' >=2.9, <2.10'
4747 - distro : ubuntu1604
4848 ansible-version : ' >=2.10, <2.11'
4949 - distro : ubuntu1604
6262 python-version : ' 3.x'
6363
6464 - name : Install test dependencies
65- run : pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
65+ run : pip install 'ansible${{ matrix.ansible-version }}' molecule-plugins [docker] docker
6666
6767 - name : Run Molecule tests
6868 run : |
You can’t perform that action at this time.
0 commit comments