From fbf92e8de074565bec91cca3039907c987c5ce7a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 7 Feb 2024 19:24:10 +0100 Subject: [PATCH] fix requires_ansible and bump to 1.4.5 (#194) --- galaxy.yml | 2 +- meta/runtime.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index d31790c3..10a13f92 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: ansible name: eda # The version of the collection. Must be compatible with semantic versioning -version: 1.4.4 +version: 1.4.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/meta/runtime.yml b/meta/runtime.yml index 460bbaf8..ce6befd7 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: ">=2.9.10" +requires_ansible: ">=2.14.0"