mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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…
Reference in a new issue