refactor(web-app-wordpress): unify variable naming to uppercase WORDPRESS_* style

- Replaced all lowercase wordpress_* variables with uppercase WORDPRESS_* equivalents
- Ensured consistency across tasks, templates, and vars
- Improves readability and aligns with naming conventions

Conversation: https://chatgpt.com/share/68af29b5-8e7c-800f-bd12-48cc5956311c
This commit is contained in:
2025-08-27 17:52:38 +02:00
parent bae2bc21ec
commit 73e7fbdc8a
11 changed files with 70 additions and 70 deletions

View File

@@ -56,7 +56,7 @@
command: >
docker-compose exec -u www-data -T application
wp plugin install wp-discourse --activate
--path={{ wordpress_docker_html_path }}
--path={{ WORDPRESS_DOCKER_HTML_PATH }}
args:
chdir: "{{ docker_compose.directories.instance }}"
@@ -89,6 +89,6 @@
base64_decode('{{ option_json_b64 }}'),
true
)
);\" --path={{ wordpress_docker_html_path }}"
);\" --path={{ WORDPRESS_DOCKER_HTML_PATH }}"
args:
chdir: "{{ docker_compose.directories.instance }}"