File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
94
94
|opensuse|all|
95
95
|ubuntu|all|
96
96
97
- The minimum version of Ansible required is 2.9 , tests have been done to :
97
+ The minimum version of Ansible required is 2.10 , tests have been done to :
98
98
99
99
- The previous version.
100
100
- The current version.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ galaxy_info:
6
6
description : Check diskspace (or inodes) available, fail if too low.
7
7
license : Apache-2.0
8
8
company : none
9
- min_ansible_version : 2.9
9
+ min_ansible_version : " 2.10 "
10
10
11
11
platforms :
12
12
- name : Alpine
Original file line number Diff line number Diff line change 5
5
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
6
6
#
7
7
# Tests run on the previous and current (latest) version of Ansible.
8
- ansible >= 2.9
8
+ ansible >= 2.10
9
9
# Some Jinja2 filters are used that are available in the newer releases.
10
10
jinja2 >= 2.11.2
You can’t perform that action at this time.
0 commit comments