Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jul 23, 2019
1 parent e289506 commit 3ce84af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- update min ansible version to 2.8
- changelog to your own file
- travis file has been updated
- Updated min ansible version to 2.8
- Changelog has been moved to its own file
- Travis file has been updated
- Documentation has been improved

### Added

- molecule testing
- hourly rotation option

## 1.4.1

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ None

### imclude files

Path to the imclude files
Path to the imclude files.

```yml
logrotate_include_dir: /etc/logrotate.d
```
### logrotate_use_hourly_rotation
Enable hourly rotation with cron
Enable hourly rotation with cron.
```yml
logrotate_use_hourly_rotation: false
logrotate_use_hourly_rotation: false
```
### logrotate options
Expand Down

0 comments on commit 3ce84af

Please sign in to comment.