Commit 0038bf48 by Feanil Patel

Be able to update workers.

Before this change, you couldn't actually update workers because their config never got updated and they never got restarted when you updated the edx-platform.  This will allow us to quickly update the workers.  We can't do this as part of the edxapp.yml play because that is used in multiple places.
parent 2904a6f7
......@@ -12,7 +12,7 @@ IFS=","
-v add verbosity to edx_ansible run
-h this
<repo> - must be one of edx-platform, xqueue, cs_comments_service, xserver, ease, edx-ora, configuration, read-only-certificate-code, edx-analytics-data-api
<repo> - must be one of edx-platform, edx-workers, xqueue, cs_comments_service, xserver, ease, edx-ora, configuration, read-only-certificate-code, edx-analytics-data-api
<version> - can be a commit or tag
EO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment