refactor ♻️: Refactor logrotate tasks for better readability and consistency - Rename 'logrotate reload' task to 'Logrotate reload' - Refactor task names in subscription.yml for better organization and clarity
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 11s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s

This commit refactors the logrotate tasks by renaming them for better readability and consistency, and refactoring task names in `subscription.yml` for improved organization and clarity.
This commit is contained in:
2026-02-09 18:20:19 +01:00
parent 75cff9590d
commit abdba53053
3 changed files with 27 additions and 27 deletions

View File

@@ -15,6 +15,6 @@
ansible.builtin.systemd_service:
daemon_reexec: true
- name: logrotate reload
- name: Logrotate reload
ansible.builtin.command: logrotate /etc/logrotate.conf
changed_when: false