Do not create unnecessary directory for racktables.

This commit is contained in:
Markus 2016-07-06 13:24:37 +02:00
parent 54caed7299
commit b2ca65b0cc
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@
- name: Configure MySQL user
mysql_user: name={{ racktables_dbuser }} password={{ racktables_dbpass }} priv={{ racktables_dbname }}.*:ALL state=present
- name: Create vhost directory
file: path=/var/www/racktables state=directory owner=www-data group=www-data
- name: Unpack RackTables
unarchive: src=http://heanet.dl.sourceforge.net/project/racktables/RackTables-0.20.11.tar.gz dest=/opt copy=no