mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-08 06:12:39 +00:00
Merge pull request #54 from 0xFelix/update-readme-2
chore: Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -44,13 +44,11 @@ ansible-galaxy collection install kubevirt-kubevirt.core-*.tar.gz
|
|||||||
|
|
||||||
#### Ansible collections
|
#### 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:
|
To install all the dependencies:
|
||||||
```yaml
|
```bash
|
||||||
---
|
ansible-galaxy collection install -r requirements.yml
|
||||||
collections:
|
|
||||||
- name: kubevirt.core
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Python libraries
|
#### Python libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user