|
From: <ps...@us...> - 2017-05-08 17:16:00
|
Revision: 274
http://sourceforge.net/p/vlibrary/code/274
Author: psteitz
Date: 2017-05-08 17:15:57 +0000 (Mon, 08 May 2017)
Log Message:
-----------
Clarified header comment.
Modified Paths:
--------------
branches/VLIBRARY_2_X/playbooks/roles/changeAppPassword/tasks/main.yml
Modified: branches/VLIBRARY_2_X/playbooks/roles/changeAppPassword/tasks/main.yml
===================================================================
--- branches/VLIBRARY_2_X/playbooks/roles/changeAppPassword/tasks/main.yml 2017-05-08 16:41:09 UTC (rev 273)
+++ branches/VLIBRARY_2_X/playbooks/roles/changeAppPassword/tasks/main.yml 2017-05-08 17:15:57 UTC (rev 274)
@@ -1,8 +1,9 @@
---
-# Tasks to change the database password. Assumes that the app (and backup app)
-# has been deployed and injected source is on the host (e.g. site.yml has been
+# Tasks to change the database password. Assumes that the app and backup app
+# have been deployed and injected source is on the host (e.g. site.yml has been
# executed). Also assumes that app_user, app_pass (current pwd) and new_pass
-# (the new password) are defined. Does not update source.
+# (the new password) are defined. Does not svn update source (only changes
+# to sources are properties / config files containing db creds).
- name: Inject new database properties into app sources
template:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|