Browse Source

remove owncloud debugging tag

Bruce Spang 11 years ago
parent
commit
ef3f229152
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      roles/owncloud/tasks/owncloud.yml

+ 0
- 1
roles/owncloud/tasks/owncloud.yml View File

39
 - name: Configure the Apache HTTP server for ownCloud
39
 - name: Configure the Apache HTTP server for ownCloud
40
   template: src=etc_apache2_sites-available_owncloud.j2 dest=/etc/apache2/sites-available/owncloud group=www-data owner=www-data
40
   template: src=etc_apache2_sites-available_owncloud.j2 dest=/etc/apache2/sites-available/owncloud group=www-data owner=www-data
41
   notify: restart apache
41
   notify: restart apache
42
-  tags: owncloud-reload
43
 
42
 
44
 - name: Enable the owncloud site
43
 - name: Enable the owncloud site
45
   command: a2ensite owncloud creates=/etc/apache2/sites-enabled/owncloud
44
   command: a2ensite owncloud creates=/etc/apache2/sites-enabled/owncloud

Loading…
Cancel
Save