From 7dbca133a2600b0c49482ca10aaf3f0d8e46f1a0 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 27 Feb 2017 08:20:09 -0500 Subject: BZ1422348 - Don't install python-ruamel-yaml Just rely on PyYAML as a fallback and hope that's there --- roles/lib_utils/meta/main.yml | 3 +-- roles/lib_utils/tasks/main.yml | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'roles/lib_utils') diff --git a/roles/lib_utils/meta/main.yml b/roles/lib_utils/meta/main.yml index e06b9a0f1..cc18c453c 100644 --- a/roles/lib_utils/meta/main.yml +++ b/roles/lib_utils/meta/main.yml @@ -11,5 +11,4 @@ galaxy_info: - 7 categories: - cloud -dependencies: -- { role: openshift_repos } +dependencies: [] diff --git a/roles/lib_utils/tasks/main.yml b/roles/lib_utils/tasks/main.yml index 32ab9e0c6..ed97d539c 100644 --- a/roles/lib_utils/tasks/main.yml +++ b/roles/lib_utils/tasks/main.yml @@ -1,11 +1 @@ --- -- name: lib_utils detect ostree - stat: - path: /run/ostree-booted - register: ostree_booted - -- name: lib_utils ensure python-ruamel-yaml package is on target - package: - name: python-ruamel-yaml - state: present - when: not ostree_booted.stat.exists -- cgit v1.2.1