mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct typo
This commit is contained in:
parent
0ec1b025a9
commit
b7936009c2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from ansible import errors
|
|||
from ansible import utils
|
||||
from ansible import constants as C
|
||||
from ansible import __version__
|
||||
from asnible.utils.unicode import to_bytes
|
||||
from ansible.utils.unicode import to_bytes
|
||||
|
||||
REPLACER = "#<<INCLUDE_ANSIBLE_MODULE_COMMON>>"
|
||||
REPLACER_ARGS = "\"<<INCLUDE_ANSIBLE_MODULE_ARGS>>\""
|
||||
|
|
Loading…
Reference in a new issue