remove old nextcloud glusterfs volumes and mounts
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
local_action:
|
||||
module: kubernetes.core.helm
|
||||
release_state: "{{apps.funkwhale.state}}"
|
||||
name: gitea
|
||||
name: funkwhale
|
||||
namespace: "{{apps.funkwhale.namespace}}"
|
||||
create_namespace: yes
|
||||
update_repo_cache: True
|
||||
|
||||
@@ -42,6 +42,10 @@
|
||||
include_tasks: deployments/redis.yaml
|
||||
when: apps.redis.enabled
|
||||
|
||||
- name: deploy funkwhale
|
||||
include_tasks: deployments/funkwhale.yaml
|
||||
when: apps.funkwhale.enabled
|
||||
|
||||
#-----------------------------------------------------
|
||||
#- include_tasks: mariadb.yaml
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user