diff --git a/index.md b/index.md index d08b468..958f456 100644 --- a/index.md +++ b/index.md @@ -3,18 +3,18 @@ title: logrotate type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.logrotate) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.logrotate?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.logrotate) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.logrotate/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.logrotate) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.logrotate?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.logrotate) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.logrotate/src/branch/master/LICENSE) Setup logrotate. -* [Default Variables](#default-variables) - * [logrotate_app_config](#logrotate_app_config) - * [logrotate_app_config_extra](#logrotate_app_config_extra) - * [logrotate_config](#logrotate_config) - * [logrotate_include_dir](#logrotate_include_dir) - * [logrotate_options](#logrotate_options) - * [logrotate_package](#logrotate_package) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [logrotate_app_config](#logrotate_app_config) + - [logrotate_app_config_extra](#logrotate_app_config_extra) + - [logrotate_config](#logrotate_config) + - [logrotate_include_dir](#logrotate_include_dir) + - [logrotate_options](#logrotate_options) + - [logrotate_package](#logrotate_package) +- [Dependencies](#dependencies) --- @@ -114,6 +114,8 @@ logrotate_options: logrotate_package: logrotate ``` + + ## Dependencies None.