Skip to content

Commit

Permalink
Make v2.2.8 the default version (#57)
Browse files Browse the repository at this point in the history
* Make v2.2.8 the default version

* Add ignore
  • Loading branch information
tersmitten committed Jul 21, 2023
1 parent debee1e commit bb5262f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
warn_list:
- role-name
- name[play]
- name[casing]
- no-handler
- command-instead-of-module
- yaml[comments-indentation]
- jinja[spacing]
- no-changed-when
- no-handler
- yaml[comments]
- yaml[comments-indentation]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ when using `keepalived_install_method: native`
#### Variables

* `keepalived_git_repo`: [default: `https://github.com/acassen/keepalived.git`]: Keepalived git repo
* `keepalived_version`: [default: `v2.2.2`]: Keepalived version to install
* `keepalived_version`: [default: `v2.2.8`]: Keepalived version to install

* `keepalived_install_method`: [default `git`]: The way to install Keepalived (e.g. `native` (from Ubuntu repo), `git`)
* `keepalived_install`: [default: `[]`]: Additional packages to install (e.g. `['libnl-3-dev', 'libnl-genl-3-dev', 'libnl-route-3-dev', 'libnfnetlink-dev']`)
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
keepalived_install_method: git
keepalived_git_repo: https://github.com/acassen/keepalived.git
keepalived_version: v2.2.2
keepalived_version: v2.2.8
keepalived_install: []
keepalived_configure_options: []
keepalived_options: []
Expand Down

0 comments on commit bb5262f

Please sign in to comment.