Merge "Rename roles.yml to roles.yaml"

This commit is contained in:
Jenkins 2015-03-04 00:44:05 +00:00 committed by Gerrit Code Review
commit ac7a36db8a
2 changed files with 1 additions and 1 deletions

View File

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