diff --git a/tasks/common.yml b/tasks/common.yml index 2c9dc56..df701cf 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -13,7 +13,7 @@ copy: src: roles/nextcloud/files/apache_site.conf dest: /etc/apache2/sites-available/nextcloud.conf - + - name: "common: Apache-Seitenkonfiguration aktivieren" file: src: /etc/apache2/sites-available/nextcloud.conf diff --git a/tasks/redis.yml b/tasks/redis.yml index 52b0caf..a0ed97e 100644 --- a/tasks/redis.yml +++ b/tasks/redis.yml @@ -13,7 +13,7 @@ - name: "redis: Ermittle Anzahl der NC-Instanzen" set_fact: - instances_number: "{{ instances | length }}" + instances_number: "{{ instances | length }}" - name: "redis: Konfiguriere Anzahl der Datenbanken" lineinfile: