Pfad korrigiert
This commit is contained in:
parent
6dcde84319
commit
15eb5c962f
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
||||||
|
|
||||||
- name: "Apache: Seitenkonfiguration aktivieren"
|
- name: "Apache: Seitenkonfiguration aktivieren"
|
||||||
file:
|
file:
|
||||||
src: /etc/apache/sites-available/nextcloud.conf
|
src: /etc/apache2/sites-available/nextcloud.conf
|
||||||
dest: /etc/apache/sites-enabled/nextcloud.conf
|
dest: /etc/apache2/sites-enabled/nextcloud.conf
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- import_tasks: redis.yml
|
- import_tasks: redis.yml
|
||||||
|
|
Loading…
Reference in a new issue