From aeacaa589da457f91fb2131fe37bdf648204db56 Mon Sep 17 00:00:00 2001
From: Rodolfo Carvalho <rhcarvalho@gmail.com>
Date: Tue, 7 Feb 2017 13:07:43 +0100
Subject: Add missing symlink to roles

It turned out that the playbook
`playbooks/byo/openshift-preflight/check.yml` would only work under a
certain `ansible.cfg` in which `roles/` was added to `roles_path`.

It was the case with the example config prior to
b804e70cdd0bc8601bfc87fcf3e34043223828ee.
---
 playbooks/byo/openshift-preflight/roles | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 playbooks/byo/openshift-preflight/roles

diff --git a/playbooks/byo/openshift-preflight/roles b/playbooks/byo/openshift-preflight/roles
new file mode 120000
index 000000000..20c4c58cf
--- /dev/null
+++ b/playbooks/byo/openshift-preflight/roles
@@ -0,0 +1 @@
+../../../roles
\ No newline at end of file
-- 
cgit v1.2.3