Explorar el Código

remove owncloud debugging tag

Bruce Spang hace 11 años
padre
commit
ef3f229152
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      roles/owncloud/tasks/owncloud.yml

+ 0
- 1
roles/owncloud/tasks/owncloud.yml Ver fichero

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

Loading…
Cancelar
Guardar