From f7b608380a951a768e455c9a6f8c7c1005c82afb Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 20 Mar 2017 14:24:25 +0100 Subject: Do not require python-six via openshift_facts It turns out the code in roles/openshift_health_checker/openshift_checks/__init__.py had a mistake in the import statement, and not the case that `add_metaclass` is not available in the embedded `six` from `ansible.module_utils`. The fix is to correct the import and do not require python-six to be installed on target hosts. Note: now that we have some unit tests in the role, errors like that would have been caught. --- roles/openshift_facts/vars/main.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/openshift_facts/vars/main.yml') diff --git a/roles/openshift_facts/vars/main.yml b/roles/openshift_facts/vars/main.yml index 07f5100ad..053a4cfc8 100644 --- a/roles/openshift_facts/vars/main.yml +++ b/roles/openshift_facts/vars/main.yml @@ -2,7 +2,6 @@ required_packages: - iproute - python-dbus - - python-six - PyYAML - yum-utils -- cgit v1.2.1