lvps / 389ds-server

Ansible role to configure 389DS
Apache License 2.0
23 stars 14 forks source link

configure_logging.yml: decrease maxlogsize before logmaxdiskspace #46

Closed mwilck closed 7 months ago

mwilck commented 7 months ago

Decreasing logmaxdiskspace fails if current maxlogsize is larger than the value passed. decrease maxlogsize to minimum first, and set it to the configured value afterwards.

lvps commented 7 months ago

Thanks, merged