Skip to content

Commit

Permalink
Remove support for EOL Ansible 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Nov 7, 2024
1 parent a6976af commit ba6760f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.15
* Ansible >= 2.16

## 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.15.0'
requires_ansible: '>=2.16.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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"

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.15"
min_ansible_version: "2.16"
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.15"
min_ansible_version: "2.16"

platforms:
- name: "Ubuntu"
Expand Down

0 comments on commit ba6760f

Please sign in to comment.