We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede861c + b0e4809 commit 5b14a59Copy full SHA for 5b14a59
README.md
@@ -82,7 +82,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
82
---
83
collections:
84
- name: nextcloud.admin
85
- version: 2.2.4
+ version: 2.3.0
86
```
87
88
### Using modules from the Nextcloud Collection in your playbooks
galaxy.yml
@@ -9,7 +9,7 @@ namespace: nextcloud
9
name: admin
10
11
# The version of the collection. Must be compatible with semantic versioning
12
-version: 2.2.4
+version: 2.3.0
13
14
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
15
readme: README.md
0 commit comments