ansible.arpwatch/CHANGELOG.md

36 lines
820 B
Markdown
Raw Permalink Normal View History

2023-01-24 11:30:38 +01:00
## v2.0.1
### Fix
* Use flatten to manage packages list.
2023-01-24 11:31:16 +01:00
* Prefix module with "ansible.builtin.".
2023-01-24 11:30:38 +01:00
2020-04-28 08:53:46 +02:00
## v2.0.0
### Features
2020-04-28 08:53:46 +02:00
* Adapt for Debian Buster (starts with Arpwatch version 2.1a15-7).
* Drop Debian Stretch support. Stay in v1.* to be able to manage Arpwatch on Debian Stretch.
2020-04-28 08:43:12 +02:00
### Fix
* Arpwatch doesn't support configuration file. Remove /etc/arpwatch.conf
## v1.0.2
### Fix
* Fix E405 Remote package tasks should have a retry.
2019-02-27 12:03:05 +01:00
* Fix E102 No Jinja2 in when.
2019-02-27 12:05:35 +01:00
* Fix E404 Doesn't need a relative path in role.
## v1.0.1
### Fix
* Set empty dependencies line to fix Galaxy warning.
* Use to_nice_json to manage packages list.
2018-04-23 09:21:32 +02:00
## v1.0.0
2018-04-23 09:21:32 +02:00
### Features
* Install Arpwatch.
* Ensure the service is in the desired state.
* Allow to set the user that run Arpwatch.
* Allow to set arguments to pass Arpwatch service.