From e13b91ee0322f1ff5768a2a911cba669de6a43c8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 3 Mar 2015 17:20:25 -0800 Subject: [PATCH] Need to force ansible role installs Ansible galaxy will not overwrite a role that already exists by default. To keep our ansible puppet role up to date force its installation. Change-Id: I75eda8600f666895f9be8711d089615e57b3f3c5 --- run_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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