From 43ce280d1155016866e4c25c8c256a4109a8c506 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Wed, 17 Apr 2024 14:38:47 +0200 Subject: [PATCH] correct README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1101156..197fa23 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This playbook supports multiple Linux distributions with specific versions tailo | `os` | Distribution | |------------|------------------------------------| | archlinux | ArchLinux (Latest rolling release) | -| almalinux | AlmaLinux 8.x, 9.x | +| almalinux | AlmaLinux 9.x | | debian11 | Debian 11 (Bullseye) | | debian12 | Debian 12 (Bookworm) | | fedora | Fedora 40 | @@ -101,4 +101,4 @@ An effective way to use the playbook involves defining all necessary configurati ansible-playbook -i inventory.yml -e @vars.yml main.yml ``` -This command prompts Ansible to execute the `main.yml` playbook, applying configurations defined in both `vars.yml` and the inventory file. \ No newline at end of file +This command prompts Ansible to execute the `main.yml` playbook, applying configurations defined in both `vars.yml` and the inventory file.