mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
Revert "Merge pull request #1534 from chrismeyersfsu/fix-config_performance"
This reverts commit 7cc144fa59f157a5e1789a913e0d9a31720141ec, reversing changes made to 86af9950e754b06f40cb293a36ab365f589273db.
This commit is contained in:
@@ -97,9 +97,6 @@ def get_ansible_version():
|
||||
'''
|
||||
Return Ansible version installed.
|
||||
'''
|
||||
from django.conf import settings
|
||||
if hasattr(settings, 'ANSIBLE_VERSION'):
|
||||
return settings.ANSIBLE_VERSION
|
||||
try:
|
||||
proc = subprocess.Popen(['ansible', '--version'],
|
||||
stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user