From 568eb89623452fdd0510e7727bcf819bf9f11bdc Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Wed, 22 Dec 2021 13:22:04 +0800 Subject: [PATCH] 5.3.6 --- CHANGELOG.md | 2 +- README.md | 2 +- meta/main.yml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72030d2..f1f0469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Major Changes - - Upgrade minimal Ansible community package support to 4.9.0 + - Upgrade minimal Ansible community package support to 4.10 ## 5.3.0 - 2021-10-20 diff --git a/README.md b/README.md index e040582..75bf04d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Ansible Role for Podman Installation. ## Requirements -This role require Ansible community package 4.9 or higher. +This role require Ansible community package 4.10 or higher. This role was designed for: diff --git a/meta/main.yml b/meta/main.yml index de3a5ce..1efa4a6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -21,7 +21,7 @@ galaxy_info: description: Ansible Role for Podman Installation company: PantaRei Design license: Apache-2.0 - min_ansible_version: "4.9" + min_ansible_version: "4.10" platforms: - name: Ubuntu versions: diff --git a/requirements.txt b/requirements.txt index 162a507..da017ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ansible>=4.9.0 +ansible>=4.10 ansible-lint ansible-runner ansible-runner-http