From b77e0e007e90db8a88424c33d5c8fa55dfc5fbee Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:21:33 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff4d38b..e97ad45 100644 --- a/README.md +++ b/README.md @@ -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