docs 📝: Update README.md section title and minor formatting
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 10s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 28s
PR check / Gitleaks (pull_request) Failing after 4s
PR check / lint tests (pull_request) Successful in 13s
PR check / handle_failures (pull_request) Successful in 1s
PR check / handle_success (pull_request) Has been skipped

Corrected the title of a section in the README.md file and made some minor formatting adjustments for better readability.
This commit is contained in:
2026-02-14 09:49:02 +01:00
parent fc3b5e8507
commit e21f9bd002

View File

@@ -7,7 +7,7 @@
[![Ansible Version](https://img.shields.io/badge/Ansible-2.12+-blue)](https://www.ansible.com/) [![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/) [![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 **Proxmox VE Optimized** - Specifically designed for Proxmox Virtual Environment
**Idempotent** - Safe to run multiple times **Idempotent** - Safe to run multiple times
@@ -46,7 +46,7 @@ ansible_role_proxmox_provision/
│ ├── repos.yml # Repository setup │ ├── repos.yml # Repository setup
│ ├── subscription.yml # Subscription nag removal │ ├── subscription.yml # Subscription nag removal
│ ├── swap.yml # Swap setup │ ├── swap.yml # Swap setup
│ └── utilities.yml # API utilities installation │ └── utilities.yml # Utilities installation
├── templates/ # Jinja2 templates ├── templates/ # Jinja2 templates
└── vars/ # Non-overridable variables └── vars/ # Non-overridable variables
└── main.yml └── main.yml