From e38f8c6da5ad19d017df949d38098e826d270197 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Mon, 3 Apr 2023 11:45:47 +0200 Subject: [PATCH] fix: mispelling in peertube mail.yaml --- roles/peertube/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/peertube/tasks/main.yml b/roles/peertube/tasks/main.yml index 55731bb..d484983 100644 --- a/roles/peertube/tasks/main.yml +++ b/roles/peertube/tasks/main.yml @@ -27,4 +27,4 @@ shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - name: installation de peertube... - shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix && helm dependency build /root/tools/peertube/helm/ && helm install --create-namesapce -n peertube peertube-gsb /root/tools/peertube/helm + shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix && helm dependency build /root/tools/peertube/helm/ && helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm