Allgemeine Aufgaben umbenannt

This commit is contained in:
phil 2021-08-18 20:58:26 +02:00
parent 9c203bba17
commit 71e74f67bf

View file

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