diff --git a/README.md b/README.md index 1e51548..8522bd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kvm [![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/kvm-role/status.svg)](https://drone.cryptic.systems/volker.raschek/kvm-role) -[![Ansible Role](https://img.shields.io/ansible/role/d/58218)](https://galaxy.ansible.com/volker_raschek/kvm_role) +[![Ansible Role](https://img.shields.io/ansible/role/d/58218)](https://galaxy.ansible.com/volker_raschek/kvm) With following role can be kvm installed and configured. diff --git a/meta/main.yml b/meta/main.yml index 6694264..7ea03c0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,19 +1,22 @@ galaxy_info: + role_name: kvm author: Markus Pesch description: Role to install and configure kvm on different distributions company: Cryptic Systems license: MIT - min_ansible_version: 2.1 + min_ansible_version: "2.9" platforms: - - name: Archlinux + - name: ArchLinux versions: - all - name: Ubuntu versions: - - 20.04 - - name: RockyLinux + - jammy + - bionic + - name: EL versions: - - 8.5 + - all + galaxy_tags: - kvm