Skip to content

Commit 0eb9f2e

Browse files
committed
bump version to 2.2.3
updated doc about ansible & python requirements Signed-off-by: Marc Crébassa <[email protected]>
1 parent 63403ae commit 0eb9f2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1616
Plugins 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
---
7878
collections:
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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: nextcloud
99
name: 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
1515
readme: README.md

0 commit comments

Comments
 (0)