Remove trailing whitespace

This commit is contained in:
Lars Kruse 2021-08-23 15:39:15 +02:00
parent 6f93bbadfc
commit 991e75f2d6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: