diff --git a/run_all.sh b/run_all.sh
index dff192f4ab..dc8b825670 100755
--- a/run_all.sh
+++ b/run_all.sh
@@ -23,7 +23,7 @@ export ANSIBLE_LOG_PATH=/var/log/puppet_run_all.log
 cd /opt/system-config/production
 git fetch -a && git reset -q --hard @{u}
 ./install_modules.sh
-ansible-galaxy install -r roles.yaml
+ansible-galaxy install --force -r roles.yaml
 
 # One must touch manifests/site.pp to trick puppet into re-loading modules
 # some times