refactor ♻️: Refactored all task files to use centralized helper functions from tasks/helpers.yml, improving code consistency, maintainability, and idempotency.

All task files now use centralized helper functions, ensuring idempotency across all stages. Code is cleaner, more maintainable, and no breaking changes were introduced.
This commit is contained in:
2025-11-18 20:24:43 +01:00
parent 833ceb93d4
commit d171a4a7b9
5 changed files with 33 additions and 252 deletions

View File

@@ -172,5 +172,6 @@ retry_delay: 5
# Timeout settings (in seconds)
image_download_timeout: 300
vm_boot_timeout: 60
cloud_init_timeout: 120