Skip to content

Commit

Permalink
Merge pull request #20322 from NickLaMuro/embedded-ansible-add-python…
Browse files Browse the repository at this point in the history
…path-support-for-centos8

[ansible/runner.rb] Add additional python3 module path for Centos8 support
  • Loading branch information
Fryguy authored Jul 6, 2020
2 parents 7c7d7f7 + 51671ae commit 85f5177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def python2_modules_path
PYTHON3_MODULE_PATHS = %w[
/usr/lib64/python3.6/site-packages
/var/lib/awx/venv/ansible/lib/python3.6/site-packages
/var/lib/manageiq/venv/lib/python3.6/site-packages
].freeze
def python3_modules_path
@python3_modules_path ||= begin
Expand Down

0 comments on commit 85f5177

Please sign in to comment.