From a8f74baa53d0e61d57639e902f66d87518b0973f Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Mon, 3 Feb 2025 09:44:09 +0100 Subject: [PATCH] meta: bump version to 0.1.12, require community.docker@^4.0.0, community.crypto@^2.22.0 --- galaxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index d8757f9..4197760 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,13 +1,13 @@ namespace: finallycoffee name: services -version: "0.1.11" +version: "0.1.12" readme: README.md authors: - transcaffeine description: Various ansible roles useful for automating infrastructure dependencies: - "community.crypto": "^2.0.0" - "community.docker": "^3.0.0" + "community.crypto": "^2.22.0" + "community.docker": "^4.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'