From c95812da009b78b8b033e2e4aeaed4c992523c2f Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Fri, 10 Feb 2017 14:32:10 +0100
Subject: use the correct name for the ruamel-yaml python module

---
 roles/lib_openshift/tasks/main.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

(limited to 'roles')

diff --git a/roles/lib_openshift/tasks/main.yml b/roles/lib_openshift/tasks/main.yml
index 157cf8f7f..2980c8a8d 100644
--- a/roles/lib_openshift/tasks/main.yml
+++ b/roles/lib_openshift/tasks/main.yml
@@ -1,12 +1,5 @@
 ---
 - name: lib_openshift ensure python-ruamel-yaml package is on target
   package:
-    name: "{{ item }}"
+    name: python-ruamel-yaml
     state: present
-  with_items:
-  - ruamel.yaml
-  - ruamel.yaml
-  - ruamel.yaml
-  - ruamel.yaml
-  - ruamel.yaml
-  - ruamel.yaml
-- 
cgit v1.2.3