From e21f9bd00280cb19fc6d7068d7fe4cc4c96885e1 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 09:49:02 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20Update=20README.md=20sec?= =?UTF-8?q?tion=20title=20and=20minor=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the title of a section in the README.md file and made some minor formatting adjustments for better readability. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4279cc6..1a9a5d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Ansible Version](https://img.shields.io/badge/Ansible-2.12+-blue)](https://www.ansible.com/) [![Proxmox](https://img.shields.io/badge/Proxmox-9-orange?logo=proxmox&logoColor=white)](https://www.proxmox.com/) -## 📌 Key Features +## 📌 Features ✅ **Proxmox VE Optimized** - Specifically designed for Proxmox Virtual Environment ⬜ **Idempotent** - Safe to run multiple times @@ -46,7 +46,7 @@ ansible_role_proxmox_provision/ │ ├── repos.yml # Repository setup │ ├── subscription.yml # Subscription nag removal │ ├── swap.yml # Swap setup -│ └── utilities.yml # API utilities installation +│ └── utilities.yml # Utilities installation ├── templates/ # Jinja2 templates └── vars/ # Non-overridable variables └── main.yml