Skip to content

Commit

Permalink
update ansible galaxy metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman authored and hkantare committed Nov 24, 2024
1 parent 2403d4f commit f92038e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
namespace: "ibm"
name: "cloudcollection"
version: "1.71.2"
Expand All @@ -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"
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requires_ansible: ">=2.9.2,<2.11"
---
requires_ansible: '>=2.12.0'

0 comments on commit f92038e

Please sign in to comment.