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_openshift/meta/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/lib_openshift/meta') diff --git a/roles/lib_openshift/meta/main.yml b/roles/lib_openshift/meta/main.yml index 7c72daa63..d5e7ec6e5 100644 --- a/roles/lib_openshift/meta/main.yml +++ b/roles/lib_openshift/meta/main.yml @@ -11,5 +11,4 @@ galaxy_info: - 7 categories: - cloud -dependencies: -- { role: openshift_repos } +dependencies: [] -- cgit v1.2.1