Skip to content

Remove support for Ansible EOL 2.16 #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We decided to reuse the unattended_upgrades repository as a collection repo as i

## Minimum required Ansible-version

* Ansible >= 2.16
* Ansible >= 2.17

## Installation

Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# SPDX-License-Identifier: Apache-2.0

---
requires_ansible: '>=2.16.0'
requires_ansible: '>=2.17.0'
2 changes: 1 addition & 1 deletion roles/gitlab/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ galaxy_info:

license: "Apache-2.0"

min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/gitlab_runner/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ galaxy_info:
company: "Helmholtz Association"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
license: "Apache-2.0"
min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/haproxy/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"

license: "Apache-2.0"
min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/keepalived/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ galaxy_info:
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"

license: "Apache-2.0"
min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/netplan/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:

license: "Apache-2.0"

min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/redis/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:

license: "Apache-2.0"

min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion roles/ssh_keys/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ galaxy_info:
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"

license: "Apache-2.0"
min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "EL"
Expand Down
2 changes: 1 addition & 1 deletion roles/unattended_upgrades/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
author: "hifis"
description: "Setup unattended-upgrades on Debian-based systems"
license: "GPLv2"
min_ansible_version: "2.16"
min_ansible_version: "2.17"
platforms:
- name: "Ubuntu"
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/zammad/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ galaxy_info:
company: "Helmholtz Association of German Research Centres"
license: "MIT"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
min_ansible_version: "2.16"
min_ansible_version: "2.17"

platforms:
- name: "Ubuntu"
Expand Down