chore: remove s3lph.webserver dependency
Some checks failed
Ansible Lint / build (push) Failing after 2m21s
Some checks failed
Ansible Lint / build (push) Failing after 2m21s
This commit is contained in:
parent
b2c56d94b7
commit
5d2ed076ab
2 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue