From: <ps...@us...> - 2017-05-08 18:51:51
|
Revision: 275 http://sourceforge.net/p/vlibrary/code/275 Author: psteitz Date: 2017-05-08 18:51:49 +0000 (Mon, 08 May 2017) Log Message: ----------- Added header comment. Modified Paths: -------------- branches/VLIBRARY_2_X/playbooks/roles/app/tasks/main.yml Modified: branches/VLIBRARY_2_X/playbooks/roles/app/tasks/main.yml =================================================================== --- branches/VLIBRARY_2_X/playbooks/roles/app/tasks/main.yml 2017-05-08 17:15:57 UTC (rev 274) +++ branches/VLIBRARY_2_X/playbooks/roles/app/tasks/main.yml 2017-05-08 18:51:49 UTC (rev 275) @@ -1,4 +1,9 @@ --- +# Checks out sources and builds the Virtual Library app locally on the target. +# Installs svn and maven if these are not present. Modifies sources to inject +# mail sender, database and logging properties. Also creates the log directory. +# See README for variables. + - name: add group "vlibrary" become: true group: name=vlibrary This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |