diff --git a/tasks/main.yml b/tasks/main.yml index 1e1b104..ad8f45a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,7 +30,7 @@ - name: "Apache: Vorlage für Seitenkonfiguration kopieren" copy: src: apache_site.conf - dest: /etc/apache/sites-available/nextcloud.conf + dest: /etc/apache2/sites-available/nextcloud.conf - name: "Webserver einrichten" include_tasks: apache.yml