From 4ed26acd330a6d7e855bf3905c26cd111af93c37 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 14:12:37 +0100 Subject: [PATCH] docs: Update link to kubernetes.core collection in README.md Update link to kubernetes.core collection in the README.md and add tags for downstream customization of README.md Signed-off-by: Felix Matouschek --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f85cec0..c8e851f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/kubevirt/kubevirt.core/workflows/CI/badge.svg?event=push)](https://github.com/kubevirt/kubevirt.core/actions) -This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and inventory source for use with Ansible. +This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible. ## Ansible and Python version compatibility @@ -42,14 +42,16 @@ ansible-galaxy collection install kubevirt-kubevirt.core-*.tar.gz ### Dependencies + #### Ansible collections -* [kubernetes.core](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html)>=3.0.1 +* [kubernetes.core](https://galaxy.ansible.com/ui/repo/published/kubernetes/core)>=3.0.1 To install all the dependencies: ```bash ansible-galaxy collection install -r requirements.yml ``` + #### Python libraries