forked from infra/ansible
Do not create unnecessary directory for racktables.
This commit is contained in:
parent
54caed7299
commit
b2ca65b0cc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user