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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user