From f646a551292b3fe8aa30d49cfe432924acbf74e9 Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Wed, 10 May 2023 07:51:29 +0200 Subject: [PATCH] Add README.md to roles directory import to automatin hub for v1.2.0 reported warning Could not get role description, no role metadata found Per https://github.com/kubernetes-sigs/kubespray/issues/9048#issuecomment-1221334912 adding roles/README.md should help. Signed-off-by: Justin Cinkelj --- roles/.gitkeep | 0 roles/README.md | 8 ++++++++ 2 files changed, 8 insertions(+) delete mode 100644 roles/.gitkeep create mode 100644 roles/README.md diff --git a/roles/.gitkeep b/roles/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/roles/README.md b/roles/README.md new file mode 100644 index 000000000..3a3189f5a --- /dev/null +++ b/roles/README.md @@ -0,0 +1,8 @@ +# Roles + +Some features are implemented a Ansible roles. +Please check README.md in subdirectory of each individual role. + +Complete [roles list](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/index_role.html) +in latest released Ansible Collection for Scale Computing HyperCore +is also available.