From 84e958c7870615cf9038c393d9676e3dac4b0b2d Mon Sep 17 00:00:00 2001 From: guillermodotn Date: Sat, 18 May 2024 13:32:18 +0500 Subject: [PATCH] Updating meta format and README.md. --- README.md | 3 ++- meta/main.yml | 34 ++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9970cae..d9217d2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Requirements At the moment only OS families base on `Debian` and `RedHat` are supported.The following list shows the distributions used for testing, in which the role will work. Other versions and distributions may also work. -Linux distributions: +### Linux distributions: - Ubuntu - 24.04 LTS (Noble Numbat) - 22.04 LTS (Jammy Jellyfish) @@ -24,6 +24,7 @@ Linux distributions: - 40 - 39 + Role Variables -------------- diff --git a/meta/main.yml b/meta/main.yml index 5588f82..053cf59 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,3 +1,5 @@ +--- + galaxy_info: role_name: vscodium author: guillermodotn @@ -9,22 +11,22 @@ galaxy_info: min_ansible_version: 2.10 platforms: - - name: Ubuntu - versions: - - noble - - jammy - - name: Debian - versions: - - bookworm - - bullseye - - name: Rocky - versions: - - 9 - - 8 - - name: Fedora - versions: - - 40 - - 39 + - name: Ubuntu + versions: + - noble + - jammy + - name: Debian + versions: + - bookworm + - bullseye + - name: Rocky + versions: + - 9 + - 8 + - name: Fedora + versions: + - 40 + - 39 galaxy_tags: - vscodium