Skip to content

Commit

Permalink
Merge pull request #46 from guidograzioli/ansible_min_2_15
Browse files Browse the repository at this point in the history
Update minimum ansible-core >= 2.15
  • Loading branch information
guidograzioli authored Aug 30, 2024
2 parents 105dc1f + 0acd3be commit cc300ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--start build_status -->
[![Build Status](https://github.com/ansible-middleware/infinispan/workflows/CI/badge.svg?branch=main)](https://github.com/ansible-middleware/infinispan/actions/workflows/ci.yml)

> **_NOTE:_ If you are Red Hat customer, install `redhat.data_grid` from [Automation Hub](https://console.redhat.com/ansible/ansible-dashboard) as the certified version of this collection.**
> **_NOTE:_ If you are Red Hat customer, install `redhat.data_grid` from [Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/data_grid/) as the certified version of this collection.**
<!--end build_status -->
<!--start upstream_downstream -->
Expand All @@ -16,7 +16,7 @@ Infinispan can be used as remote caches for other software, such as [Keycloak](h
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.15.0**.

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.
<!--end requires_ansible-->
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"
2 changes: 1 addition & 1 deletion roles/infinispan/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ galaxy_info:

license: Apache License 2.0

min_ansible_version: "2.14"
min_ansible_version: "2.15"

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

license: Apache License 2.0

min_ansible_version: "2.14"
min_ansible_version: "2.15"

platforms:
- name: EL
Expand Down

0 comments on commit cc300ec

Please sign in to comment.