Commit 4f5393ea by Feanil Patel

We don't want to use this tag anymore, it's not reliable.

Also it breaks expectations when adding new non deploy tasks.
parent 1b23f9d9
...@@ -283,7 +283,7 @@ if [[ $reconfigure != "true" && $server_type == "full_edx_installation" ]]; then ...@@ -283,7 +283,7 @@ if [[ $reconfigure != "true" && $server_type == "full_edx_installation" ]]; then
for i in $roles; do for i in $roles; do
if [[ ${deploy[$i]} == "true" ]]; then if [[ ${deploy[$i]} == "true" ]]; then
cat $extra_vars_file 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 fi
done done
fi 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