Update README.md

This commit is contained in:
Bryan Black 2020-09-29 00:21:33 -07:00 committed by GitHub
parent e5bb2aeb99
commit b77e0e007e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
# ansible-logrotate-plusplus
# Ansible Role: logrotate-plusplus
## Description
Ansible role which installs and configures logrotate
@ -25,7 +23,7 @@ This project was based of https://github.com/arillso/ansible.logrotate 1.5.2
## Installation
```bash
ansible-galaxy install stationgroup.logrotate-plusplus
ansible-galaxy install stationgroup.ansible_logrotate_plusplus
```
## Requirements
@ -134,7 +132,7 @@ None
```yml
- hosts: all
roles:
- stationgroup.logrotate-plusplus
- stationgroup.ansible_logrotate_plusplus
```
## License