Commit 9afa3e9b by Feanil Patel

Merge pull request #2404 from edx/feanil/tags_deploy

We don't want to use this tag anymore, it's not reliable.
parents e47d5109 4f5393ea
......@@ -283,7 +283,7 @@ if [[ $reconfigure != "true" && $server_type == "full_edx_installation" ]]; then
for i in $roles; do
if [[ ${deploy[$i]} == "true" ]]; then
cat $extra_vars_file
run_ansible ${i}.yml -i "${deploy_host}," $extra_var_arg --user ubuntu --tags deploy
run_ansible ${i}.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
fi
done
fi
......
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