File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
22warn_list:
33 - role-name
4+ - name[play]
45 - name[casing]
5- - '503'
6+ - 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 : |
4345 matrix :
4446 include :
4547 - distro : debian8
46- ansible-version : ' <2.10'
4748 - distro : debian9
4849 - distro : debian10
49- - distro : ubuntu1604
50- ansible-version : ' >=2.9, <2.10'
5150 - distro : ubuntu1604
5251 ansible-version : ' >=2.10, <2.11'
5352 - distro : ubuntu1604
7372 molecule test
7473 env :
7574 ANSIBLE_FORCE_COLOR : ' 1'
76- ANSIBLE_VERBOSITY : ' 3 '
75+ ANSIBLE_VERBOSITY : ' 2 '
7776 MOLECULE_DEBUG : ' 1'
7877 MOLECULE_DISTRO : " ${{ matrix.distro }}"
7978 PY_COLORS : ' 1'
You can’t perform that action at this time.
0 commit comments