Openshift-ansible: filter_plugin and lookup_plugin directories from the RPM install take precedence over the ones in the git checkout

Created on 14 Apr 2016  Â·  28Comments  Â·  Source: openshift/openshift-ansible

TASK: [openshift_facts | Verify Ansible version is greater than or equal to 1.9.4 and less than 2.0] *
fatal: [ovs-10.mvdcdev44.us.alcatel-lucent.com] => Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ansible/runner/
init.py", line 586, in _executor
exec_rc = self._executor_internal(host, new_stdin)
File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 789, in _executor_internal
return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 869, in _executor_internal_inner
if not utils.check_conditional(cond, self.basedir, inject, fail_on_undefined=self.error_on_undefined_vars):
File "/usr/lib/python2.7/site-packages/ansible/utils/__init__.py", line 269, in check_conditional
conditional = template.template(basedir, presented, inject)
File "/usr/lib/python2.7/site-packages/ansible/utils/template.py", line 124, in template
varname = template_from_string(basedir, varname, templatevars, fail_on_undefined)
File "/usr/lib/python2.7/site-packages/ansible/utils/template.py", line 382, in template_from_string
res = jinja2.utils.concat(rf)
File "