chore: remove s3lph.webserver dependency
Some checks failed
Ansible Lint / build (push) Failing after 2m21s

This commit is contained in:
s3lph 2024-04-14 19:33:25 +02:00
parent b2c56d94b7
commit 5d2ed076ab
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 1 additions and 8 deletions

View file

@ -41,7 +41,6 @@ tags:
# range specifiers can be set and are separated by ','
dependencies:
community.mysql: '1.2.0'
s3lph.webserver: '>=0.0.1'
# The URL of the originating SCM repository
repository: https://git.kabelsalat.ch/s3lph/ansible-collection-nextcloud

View file

@ -2,12 +2,6 @@
- hosts: all
roles:
- s3lph.nextcloud.keydb
- s3lph.nextcloud.php
- s3lph.webserver.apache2
- s3lph.webserver.certbot
- hosts: all
roles:
- s3lph.webserver.apache2
- s3lph.nextcloud.keydb
- s3lph.nextcloud.nextcloud