The role now might require Ansible 2.5
According to the version available in Debian Stable backports.
This commit is contained in:
parent
1c3d0284d5
commit
bf9a8450b5
|
@ -1,4 +1,4 @@
|
||||||
## v1.X
|
## v1.4
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* Set a variable to enable/disable the support of Nftables.
|
* Set a variable to enable/disable the support of Nftables.
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
* Deprecation warning for state "installed".
|
* Deprecation warning for state "installed".
|
||||||
|
* The role now might require Ansible 2.5 (available in Debian Stable backports).
|
||||||
|
|
||||||
## v1.3.1
|
## v1.3.1
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
license: WTFPL
|
license: WTFPL
|
||||||
company: IPR
|
company: IPR
|
||||||
issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.nftables/issues
|
issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.nftables/issues
|
||||||
min_ansible_version: 2.2
|
min_ansible_version: 2.5
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
|
|
Loading…
Reference in New Issue