mongodb: fix logrotate patterm on Debian buster
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2fbf1ff9f9
commit
1ade990526
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ The **patch** part changes incrementally at each release.
|
|||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
* lxc-php: Install php-sqlite by default
|
||||
* lxc-php: Don't disable putenv() by default in PHP settings
|
||||
* mysql: activate binary logs by specifying log_bin path
|
||||
|
@ -35,6 +36,7 @@ The **patch** part changes incrementally at each release.
|
|||
|
||||
* certbot: restore compatibility with old Nginx
|
||||
* lxc-php: Install opensmtpd as intended
|
||||
* mongodb: fix logrotate patterm on Debian buster
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
/var/log/mongodb/mongodb.log {
|
||||
/var/log/mongodb/mongod.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 365
|
||||
|
|
Loading…
Reference in a new issue