Update README.md #3
|
@ -1,8 +1,6 @@
|
||||||
# ansible-logrotate-plusplus
|
# ansible-logrotate-plusplus
|
||||||
|
|
||||||
|
|
||||||
# Ansible Role: logrotate-plusplus
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Ansible role which installs and configures logrotate
|
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
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy install stationgroup.logrotate-plusplus
|
ansible-galaxy install stationgroup.ansible_logrotate_plusplus
|
||||||
```
|
```
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -134,7 +132,7 @@ None
|
||||||
```yml
|
```yml
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- stationgroup.logrotate-plusplus
|
- stationgroup.ansible_logrotate_plusplus
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue