mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
fixed a typo in swdepot module
This commit is contained in:
parent
c516767cd2
commit
fa56777341
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def main():
|
||||||
|
|
||||||
if not rc:
|
if not rc:
|
||||||
changed = True
|
changed = True
|
||||||
msg = "Packaged installed"
|
msg = "Package installed"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
module.fail_json(name=name, msg=output, rc=rc)
|
module.fail_json(name=name, msg=output, rc=rc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue