Skip to content

Commit def8f00

Browse files
committed
Update and quote min_ansible_version.
1 parent 5ae2322 commit def8f00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
9494
|opensuse|all|
9595
|ubuntu|all|
9696

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:
9898

9999
- The previous version.
100100
- The current version.

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ galaxy_info:
66
description: Check diskspace (or inodes) available, fail if too low.
77
license: Apache-2.0
88
company: none
9-
min_ansible_version: 2.9
9+
min_ansible_version: "2.10"
1010

1111
platforms:
1212
- name: Alpine

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
66
#
77
# Tests run on the previous and current (latest) version of Ansible.
8-
ansible>=2.9
8+
ansible>=2.10
99
# Some Jinja2 filters are used that are available in the newer releases.
1010
jinja2>=2.11.2

0 commit comments

Comments
 (0)