@@ -39,7 +39,6 @@
- name: Configure the Apache HTTP server for ownCloud
template: src=etc_apache2_sites-available_owncloud.j2 dest=/etc/apache2/sites-available/owncloud group=www-data owner=www-data
notify: restart apache
- tags: owncloud-reload
- name: Enable the owncloud site
command: a2ensite owncloud creates=/etc/apache2/sites-enabled/owncloud