refactor ♻️: Refactor task naming to include role context
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 13s
PR check / Gitleaks (pull_request) Successful in 5s
PR check / lint tests (pull_request) Successful in 14s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 2s

Updated task names to explicitly include the role context, improving clarity and consistency across the system.
This commit is contained in:
2026-02-15 18:22:14 +01:00
parent e347af8569
commit 63b5215e8a

View File

@@ -4,7 +4,7 @@
that: ansible_os_family == "Debian"
fail_msg: "This role only supports Debian/Proxmox systems."
- name: Gather only memory fact
- name: ram | Gather only memory fact
ansible.builtin.setup:
filter: ansible_memtotal_mb