File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ The collection includes a variety of Ansible content to help automate the manage
1111<!-- start requires_ansible-->
1212## Ansible version compatibility
1313
14- This collection has been tested against following Ansible versions: ** >=2.14 .0** .
14+ This collection has been tested against following Ansible versions: ** >=2.15 .0** .
1515
1616Plugins and modules within a collection may be tested with only specific Ansible versions.
1717<!-- end requires_ansible-->
1818
1919## Python Support
2020
21- * Collection tested on 3.11 +
21+ * Collection tested on 3.12 +
2222
2323## Supported nextcloud version
2424
@@ -77,7 +77,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
7777---
7878collections :
7979 - name : nextcloud.admin
80- version : 2.2.2
80+ version : 2.2.3
8181` ` `
8282
8383### Using modules from the Nextcloud Collection in your playbooks
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: nextcloud
99name : admin
1010
1111# The version of the collection. Must be compatible with semantic versioning
12- version : 2.2.2
12+ version : 2.2.3
1313
1414# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515readme : README.md
You can’t perform that action at this time.
0 commit comments