From cf0c25c37d4dd901a839a12247212c22493e1409 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Tue, 13 Sep 2016 10:10:43 +0200
Subject: [PATCH] Add common role to Ansible site file

TrivialFix

Change-Id: I209a810e68bd0ad3fdaedb3cda8a3f7c7d9836e4
---
 ansible/site.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ansible/site.yml b/ansible/site.yml
index 7f8c41584..ea1c0caed 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -1,4 +1,10 @@
 ---
+- hosts:
+    - all
+  roles:
+    - { role: common,
+        tags: common }
+
 - hosts:
     - ceph-mon
     - ceph-osd
-- 
GitLab