ansible.logrotate icon indicating copy to clipboard operation
ansible.logrotate copied to clipboard

[BUGFIX] Remove symlink when var gets changed

Open JKetelaar opened this issue 3 years ago • 0 comments

Use case:

  1. Set logrotate_use_hourly_rotation to true and run role
  2. Symlink /etc/cron.hourly/logrotate gets created
  3. Now set logrotate_use_hourly_rotation to false again
  4. Symlink /etc/cron.hourly/logrotate does not get removed

JKetelaar avatar Jan 11 '21 16:01 JKetelaar