diff options
Diffstat (limited to 'roles/logrotate')
-rw-r--r-- | roles/logrotate/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/logrotate/tasks/main.yml b/roles/logrotate/tasks/main.yml index 9171b40..1a42f43 100644 --- a/roles/logrotate/tasks/main.yml +++ b/roles/logrotate/tasks/main.yml @@ -7,5 +7,5 @@ - name: Enable logrotate timer ansible.builtin.service: name: logrotate.timer - enabled: yes + enabled: true state: started |