Skip to content

Commit 44c746f

Browse files
committed
WIP
1 parent 5962831 commit 44c746f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ansible-lint

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

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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: |
@@ -42,8 +44,6 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)