diff options
Diffstat (limited to 'roles/essential/tasks/atop.yml')
-rw-r--r-- | roles/essential/tasks/atop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/essential/tasks/atop.yml b/roles/essential/tasks/atop.yml index ccc699c..7617f68 100644 --- a/roles/essential/tasks/atop.yml +++ b/roles/essential/tasks/atop.yml @@ -28,7 +28,7 @@ notify: - Restart atop -- name: Enable atop systemd unit and logrotate timer +- name: Enable atop systemd service and logrotate timer ansible.builtin.service: name: '{{ item }}' enabled: yes |