mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Correct functional typos
This commit is contained in:
@@ -986,7 +986,7 @@ def ensure(module, state, pkgs, conf_file, enablerepo, disablerepo,
|
||||
else:
|
||||
# should be caught by AnsibleModule argument_spec
|
||||
module.fail_json(msg="we should never get here unless this all"
|
||||
" failed", changed=False, results='', errors='unepected state')
|
||||
" failed", changed=False, results='', errors='unexpected state')
|
||||
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user