From 19f34554b6dbee62070ab147e790d21d6e759cca Mon Sep 17 00:00:00 2001
From: Thomas Wiest <twiest@redhat.com>
Date: Fri, 13 Nov 2015 17:07:49 -0500
Subject: added the tito and copr_cli roles

---
 roles/tito/tasks/main.yml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 roles/tito/tasks/main.yml

(limited to 'roles/tito/tasks')

diff --git a/roles/tito/tasks/main.yml b/roles/tito/tasks/main.yml
new file mode 100644
index 000000000..f7b4ef363
--- /dev/null
+++ b/roles/tito/tasks/main.yml
@@ -0,0 +1,4 @@
+---
+- yum:
+    name: tito
+    state: present
-- 
cgit v1.2.3