From 8c338c525aa0bd38c4bed6e1b122311e258763ae Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 5 Mar 2024 15:02:30 +0100 Subject: [PATCH] chore: Update README.md Update README.md to include kubernetes.core collection version and simplify install command. Signed-off-by: Felix Matouschek --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c262ee8..f85cec0 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,11 @@ ansible-galaxy collection install kubevirt-kubevirt.core-*.tar.gz #### Ansible collections -* [kubernetes.core](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html) +* [kubernetes.core](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html)>=3.0.1 -You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format: -```yaml ---- -collections: - - name: kubevirt.core +To install all the dependencies: +```bash +ansible-galaxy collection install -r requirements.yml ``` #### Python libraries