Rename roles.yml to roles.yaml

All our other YAML files end with .yaml and also:

  http://www.yaml.org/faq.html

Change-Id: I2ecf2e715f704d92861d34db1479fdd29ff816d8
This commit is contained in:
James E. Blair 2015-02-26 15:20:38 -08:00
parent b7cfc00620
commit 7faa62efb1
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ set -e
cd /opt/system-config/production
git fetch -a && git reset -q --hard @{u}
./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
# some times