ci bump
Some checks failed
Ansible Lint / build (push) Failing after 41s

This commit is contained in:
s3lph 2024-04-14 19:15:23 +02:00
parent aeb2f592c6
commit 5ff1988459
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -1,3 +1,15 @@
# Ansible Collection - s3lph.nextcloud
Documentation for the collection.
Install Nextcloud, PHP FPM and KeyDB.
Usage example:
```yaml
- hosts: nextcloud
roles:
- s3lph.nextcloud.php
- s3lph.nextcloud.keydb
- s3lph.nextcloud.nextcloud
```
Further documentation resides with the individual roles and modules.