chore: ansible-lint review (almost done)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Systemd daemon reload
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
@@ -23,11 +23,7 @@
|
||||
group: root
|
||||
mode: "0644"
|
||||
register: timer_config
|
||||
|
||||
- name: Systemd daemon reload
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
when: timer_config.changed
|
||||
notify: Systemd daemon reload
|
||||
|
||||
- name: Enable periodic trim
|
||||
ansible.builtin.systemd:
|
||||
|
||||
Reference in New Issue
Block a user