From ed0c1845e1974613762d5ea1c4e84ca056804fb4 Mon Sep 17 00:00:00 2001 From: uumas Date: Mon, 27 Jan 2025 05:34:52 +0200 Subject: [PATCH] v0.0.2 --- galaxy.yml | 6 ++++-- meta/runtime.yml | 4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 29cf0b8..0bf9efe 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,10 +1,12 @@ --- - +description: Roles for installing software on shared hosting servers namespace: uumas name: multihost -version: 0.0.1 +version: 0.0.2 readme: README.md authors: - uumas license_file: 'LICENSE' repository: 'https://git.uumas.fi/uumas/ansible-multihost' +tags: + - linux diff --git a/meta/runtime.yml b/meta/runtime.yml index 93977f9..a764a08 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,2 @@ --- - -requires_ansible: ">=2.10" - +requires_ansible: ">=2.17.0"