Commit fb802bee by Dag Wieers

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.
parent 7782923e
......@@ -18,6 +18,7 @@
import os
import shlex
import ansible.constants as C
from ansible import utils
from ansible import errors
from ansible.runner.return_data import ReturnData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment