From 7faa62efb1d47f45a9df5453fa0ff3e8f77752f0 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@hp.com>
Date: Thu, 26 Feb 2015 15:20:38 -0800
Subject: [PATCH] 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
---
 roles.yml => roles.yaml | 0
 run_all.sh              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename roles.yml => roles.yaml (100%)

diff --git a/roles.yml b/roles.yaml
similarity index 100%
rename from roles.yml
rename to roles.yaml
diff --git a/run_all.sh b/run_all.sh
index b0b6325e81..598808812e 100755
--- a/run_all.sh
+++ b/run_all.sh
@@ -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