Update docs for main

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-03-05 15:00:05 +00:00
parent e8d0763cdc
commit 4ac51e1042
3 changed files with 8 additions and 12 deletions

View File

@@ -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