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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user