From f92038e292cf0dba2a4a714800318ec224900155 Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:54:54 +0000 Subject: [PATCH] update ansible galaxy metadata --- .gitignore | 7 +++---- galaxy.yml | 6 +++++- meta/runtime.yml | 3 ++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index dbc0f6cd4..3f18aae59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,19 @@ -# .gitignore defines files to ignore and remain untracked in Git +# .gitignore to define files that are untracked by Git # Further .gitignore templates available at: # https://github.com/github/gitignore - # macOS OS generated files .DS_Store ._* .Spotlight-V100 .Trashes -# Windows OS generated files # +# Windows OS generated files ehthumbs.db Thumbs.db -# Byte-compiled / optimized / DLL files +# Python Byte-compiled etc __pycache__/ *.py[cod] *$py.class diff --git a/galaxy.yml b/galaxy.yml index 48fd9fe4b..ed573f0d9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,3 +1,4 @@ +--- namespace: "ibm" name: "cloudcollection" version: "1.71.2" @@ -8,13 +9,16 @@ authors: - "Kavya Handadi" - "Umar Ali" - "Sean Freeman" -description: "Ansible modules collection for IBM cloud." +description: "Collection of Ansible Modules for IBM Cloud" license: - "MPL-2.0" issues: "https://github.com/IBM-Cloud/ansible-collection-ibm/issues" tags: - ibmcloud + - ibm - cloud - collection - terraform +dependencies: {} repository: "https://github.com/IBM-Cloud/ansible-collection-ibm" +documentation: "https://github.com/IBM-Cloud/ansible-collection-ibm/blob/master/README.md" diff --git a/meta/runtime.yml b/meta/runtime.yml index a74a6c92c..c2ea65887 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1 +1,2 @@ -requires_ansible: ">=2.9.2,<2.11" +--- +requires_ansible: '>=2.12.0'