Remove trailing whitespace
This commit is contained in:
parent
6f93bbadfc
commit
991e75f2d6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue