diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:46:08 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:46:08 +0000 |
commit | 6db38b7ab9ad2d629f6c317d413cc23f8a40bf44 (patch) | |
tree | e8df762ceaa631b793e23174ac0ca1fbb31e43c1 /roles/web | |
parent | 170d68e7bc658c6bc0be2374f3043f8dcea2f499 (diff) | |
download | infra-6db38b7ab9ad2d629f6c317d413cc23f8a40bf44.tar.gz infra-6db38b7ab9ad2d629f6c317d413cc23f8a40bf44.tar.bz2 infra-6db38b7ab9ad2d629f6c317d413cc23f8a40bf44.zip |
Make logrotate a role
Diffstat (limited to 'roles/web')
-rw-r--r-- | roles/web/tasks/logrotate.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/web/tasks/logrotate.yml b/roles/web/tasks/logrotate.yml deleted file mode 100644 index 9171b40..0000000 --- a/roles/web/tasks/logrotate.yml +++ /dev/null @@ -1,11 +0,0 @@ -- name: Install logrotate - ansible.builtin.package: - name: - - logrotate - state: present - -- name: Enable logrotate timer - ansible.builtin.service: - name: logrotate.timer - enabled: yes - state: started |