mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07:00
sysrc: Fix typo of import
This commit is contained in:
parent
78e2c1698b
commit
b396eede2e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ changed:
|
|||
"""
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
improt errno
|
||||
import errno
|
||||
import os
|
||||
import re
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue