Skip to content

Commit 3f5f7d9

Browse files
committed
Improved ignore
1 parent f919c7a commit 3f5f7d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ansible-lint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
warn_list:
33
- role-name
4+
- name[play]
45
- name[casing]
5-
- '503'
6+
- no-handler

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
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: |
@@ -43,11 +45,8 @@ jobs:
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
@@ -73,7 +72,7 @@ jobs:
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'

0 commit comments

Comments
 (0)