Skip to content

Commit

Permalink
Merge pull request #143 from Oefenweb/pr-142
Browse files Browse the repository at this point in the history
Include v2.7
  • Loading branch information
tersmitten committed Jun 11, 2023
2 parents 1ae8e27 + 485d8d4 commit 51d6eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
warn_list:
- role-name
- name[play]
- name[casing]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies
run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
run: pip install 'ansible${{ matrix.ansible-version }}' molecule-plugins[docker] docker

- name: Run Molecule tests
run: |
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ haproxy_versions_supported:
- '2.2'
- '2.3'
- '2.4'
- '2.7'

haproxy_dependencies_pre:
- software-properties-common
Expand Down

0 comments on commit 51d6eab

Please sign in to comment.