diff --git a/tasks/apache_common.yml b/tasks/common.yml similarity index 72% rename from tasks/apache_common.yml rename to tasks/common.yml index 4055c73..7774081 100644 --- a/tasks/apache_common.yml +++ b/tasks/common.yml @@ -1,5 +1,5 @@ --- -- name: "apache_common: Module laden" +- name: "common: Apache-Module laden" apache2_module: state: present name: "{{ item }}" @@ -9,12 +9,12 @@ - setenvif notify: restart apache -- name: "apache_common: Vorlage für Seitenkonfiguration kopieren" +- name: "common: Apache-Vorlage für Seitenkonfiguration kopieren" copy: src: roles/nextcloud/files/apache_site.conf dest: /etc/apache2/sites-available/nextcloud.conf -- name: "apache_common: Seitenkonfiguration aktivieren" +- name: "common: Apache-Seitenkonfiguration aktivieren" file: src: /etc/apache2/sites-available/nextcloud.conf dest: /etc/apache2/sites-enabled/nextcloud.conf