Update meta info and now only support Debian Buster
This commit is contained in:
parent
f06e7c355c
commit
c9d8a0845e
|
@ -3,6 +3,7 @@
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Adapt for Debian Buster (start with arpwatch version 2.1a15-7)
|
* Adapt for Debian Buster (start with arpwatch version 2.1a15-7)
|
||||||
|
* Drop Debian Stretch support. Stay in v1.* to be able to manage Arpwatch on Debian Stretch
|
||||||
|
|
||||||
## v1.0.2
|
## v1.0.2
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,11 @@ galaxy_info:
|
||||||
license: WTFPL
|
license: WTFPL
|
||||||
company: IPR
|
company: IPR
|
||||||
issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.arpwatch/issues
|
issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.arpwatch/issues
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.9
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- stretch
|
- buster
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- system
|
- system
|
||||||
- arpwatch
|
- arpwatch
|
||||||
|
|
Loading…
Reference in New Issue