Skip to content

Commit 51d6eab

Browse files
authored
Merge pull request #143 from Oefenweb/pr-142
Include v2.7
2 parents 1ae8e27 + 485d8d4 commit 51d6eab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.ansible-lint

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: |

vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ haproxy_versions_supported:
1111
- '2.2'
1212
- '2.3'
1313
- '2.4'
14+
- '2.7'
1415

1516
haproxy_dependencies_pre:
1617
- software-properties-common

0 commit comments

Comments
 (0)