fix: correct YAML indentation for tasks sections

- Add missing 2-space indentation before 'tasks:' keyword
- Fixes Ansible YAML parsing errors
This commit is contained in:
Sebastian Palencsar
2026-05-06 13:43:49 +02:00
parent 58ffb82378
commit 168c59f3ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
# Ubuntu/Debian LEMP WordPress installation
- name: Install LEMP stack with WordPress (Ubuntu/Debian)
- name: "Install LEMP stack with WordPress (Ubuntu/Debian)"
hosts: all
become: yes