We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ae8e27 + 485d8d4 commit 51d6eabCopy full SHA for 51d6eab
.ansible-lint
@@ -1,4 +1,5 @@
1
---
2
warn_list:
3
- role-name
4
+ - name[play]
5
- name[casing]
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
python-version: '3.x'
63
64
- name: Install test dependencies
65
- run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
+ run: pip install 'ansible${{ matrix.ansible-version }}' molecule-plugins[docker] docker
66
67
- name: Run Molecule tests
68
run: |
vars/main.yml
@@ -11,6 +11,7 @@ haproxy_versions_supported:
11
- '2.2'
12
- '2.3'
13
- '2.4'
14
+ - '2.7'
15
16
haproxy_dependencies_pre:
17
- software-properties-common
0 commit comments