We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c815527 commit 7ad3142Copy full SHA for 7ad3142
.github/workflows/ansible-test.yml
@@ -58,6 +58,7 @@ jobs:
58
- 3.12
59
ansible_version:
60
- stable-2.16
61
+ - stable-2.17
62
- devel
63
include:
64
- ansible_version: stable-2.15
README.md
@@ -17,8 +17,9 @@ dependencies on the control node or target.
17
18
## Supported Ansible Versions
19
20
-This collection is tested against the stable-2.15, stable-2.16, and
21
-devel branches of ansible-core. Other versions may or may not work.
+This collection is tested against the stable-2.15, stable-2.16,
+stable-2.17, and devel branches of ansible-core. Other versions may or
22
+may not work.
23
24
## Supported Vault Versions
25
0 commit comments