1
0
Fork 0
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:
Vlad Glagolev 2015-09-22 17:44:08 +03:00 committed by Matt Clay
parent c516767cd2
commit fa56777341

View file

@ -147,7 +147,7 @@ def main():
if not rc:
changed = True
msg = "Packaged installed"
msg = "Package installed"
else:
module.fail_json(name=name, msg=output, rc=rc)