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

@@ -1,5 +1,5 @@
---
- name: Ensure /usr/local/bin exists
- name: subscription | Ensure /usr/local/bin exists
ansible.builtin.file:
path: /usr/local/bin
state: directory
@@ -21,7 +21,7 @@
mode: "0755"
when: proxmoxlib_js.stat.exists
- name: Install APT post-invoke hook for nag removal
- name: subscription | Install APT post-invoke hook for nag removal
ansible.builtin.copy:
dest: /etc/apt/apt.conf.d/no-nag-script
owner: root