mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Correct functional typos
This commit is contained in:
parent
4dc09e19ea
commit
bca8bbe7c2
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue