From ce72b251661d0ea83107036ce6d18b40a331b99c Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Fri, 3 Feb 2017 08:56:24 -0500
Subject: Ensure python2-ruamel-yaml is installed

need to revisit this, currently python2-ruamel-yaml doesn't provide
'python-ruamel-yaml'. It probably should and that should be what we're
installing.
---
 roles/lib_openshift/tasks/main.yml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 roles/lib_openshift/tasks/main.yml

(limited to 'roles/lib_openshift')

diff --git a/roles/lib_openshift/tasks/main.yml b/roles/lib_openshift/tasks/main.yml
new file mode 100644
index 000000000..2980c8a8d
--- /dev/null
+++ b/roles/lib_openshift/tasks/main.yml
@@ -0,0 +1,5 @@
+---
+- name: lib_openshift ensure python-ruamel-yaml package is on target
+  package:
+    name: python-ruamel-yaml
+    state: present
-- 
cgit v1.2.3