File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ def parsed_ansible_version(python_modules) -> dict:
41
41
versions ['libyaml' ] = ansible_version [- 1 ].split ('=' )[1 ].strip ()
42
42
43
43
if 'ansible-runner' in python_modules :
44
- versions ['ansible_runner' ] = python_modules ['ansible-runner' ]['version' ]
44
+ # versions['ansible_runner'] = python_modules['ansible-runner']['version']
45
+ versions ['ansible_runner' ] = python_modules ['ansibleguy-runner' ]['version' ]
45
46
46
47
if 'ansible' in python_modules :
47
48
versions ['ansible' ] = python_modules ['ansible' ]['version' ]
Original file line number Diff line number Diff line change 6
6
from django .shortcuts import HttpResponse
7
7
from django .shortcuts import render
8
8
from django .contrib .auth .decorators import login_required
9
- from ansible_runner .interface import get_ansible_config
9
+ from ansibleguy_runner .interface import get_ansible_config
10
10
11
11
from aw .utils .http import ui_endpoint_wrapper
12
12
from aw .utils .subps import process_cache
You can’t perform that action at this time.
0 commit comments