diff options
Diffstat (limited to 'redfish-metadata.patch')
-rw-r--r-- | redfish-metadata.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/redfish-metadata.patch b/redfish-metadata.patch new file mode 100644 index 0000000..a71a68d --- /dev/null +++ b/redfish-metadata.patch @@ -0,0 +1,20 @@ +diff -up fedora.linux_mgmt-1.0.0/galaxy.yml~ fedora.linux_mgmt-1.0.0/galaxy.yml +--- fedora.linux_mgmt-1.0.0/galaxy.yml~ 2022-08-18 15:51:16.694699074 +0200 ++++ fedora.linux_mgmt-1.0.0/galaxy.yml 2022-08-18 15:54:51.257016538 +0200 +@@ -19,6 +19,7 @@ readme: README.md + authors: + - Pavel Cahyna <pcahyna@redhat.com> + - Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com> ++- Jose Delarosa (@jose-delarosa) + + ### OPTIONAL but strongly recommended + +@@ -32,7 +33,7 @@ license: + + # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character + # requirements as 'namespace' and 'name' +-tags: [ipmi, linux] ++tags: [ipmi, redfish, linux] + + # Collections that this collection requires to be installed for it to be usable. The key of the dict is the + # collection label 'namespace.name'. The value is a version range |