mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
In PR #1804 the use of C in script was moved to _low_level_execute_command()
So we cannot get rid of this one now.
This commit is contained in:
parent
7782923ea2
commit
fb802beee7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
|
import ansible.constants as C
|
||||||
from ansible import utils
|
from ansible import utils
|
||||||
from ansible import errors
|
from ansible import errors
|
||||||
from ansible.runner.return_data import ReturnData
|
from ansible.runner.return_data import ReturnData
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue