diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-21 18:08:22 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-21 18:08:22 +0000 |
commit | 98deb6b468c52d09c69c699b02ab16791f557beb (patch) | |
tree | 3dd114dfd79a81f577c0ffa93e8bf3bd06d70759 /roles/essential/tasks/atop.yml | |
parent | 1fe154b136bce2fb063e39050d9bc0deb2279bb0 (diff) | |
download | infra-98deb6b468c52d09c69c699b02ab16791f557beb.tar.gz infra-98deb6b468c52d09c69c699b02ab16791f557beb.tar.bz2 infra-98deb6b468c52d09c69c699b02ab16791f557beb.zip |
Enable certbot for certificates renewal
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 |