Skip to content

Instantly share code, notes, and snippets.

@sysadmind
Created January 30, 2017 15:42
Show Gist options
  • Save sysadmind/3ac1c2f491b45834de2179b233a63d94 to your computer and use it in GitHub Desktop.
Save sysadmind/3ac1c2f491b45834de2179b233a63d94 to your computer and use it in GitHub Desktop.
# ansible/library/pulp_facts.py @ line 53
# Replace python-lxml with python2-lxml
# https://www.redhat.com/archives/pulp-dev/2016-December/msg00042.html
if 'python-lxml' in rpm_dependency_list:
rpm_dependency_list.remove('python-lxml')
rpm_dependency_list.append('python2-lxml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment