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

(cherry picked from commit 85f5177)
  • Loading branch information
Fryguy authored and simaishi committed Jul 6, 2020
1 parent 6479ebf commit ca9beba
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 ca9beba

Please sign in to comment.