mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 15:20:21 -07:00
Merge pull request #15656 from abadger/ziploader-namespace
Fix ziploader for the cornercase of ansible invoking ansible.
This commit is contained in:
commit
1b78fd57b1
11 changed files with 53 additions and 22 deletions
|
@ -30,7 +30,7 @@ import getpass
|
|||
import signal
|
||||
import subprocess
|
||||
|
||||
from ansible import __version__
|
||||
from ansible.release import __version__
|
||||
from ansible import constants as C
|
||||
from ansible.errors import AnsibleError, AnsibleOptionsError
|
||||
from ansible.utils.unicode import to_bytes, to_unicode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue