mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 10:51:03 +00:00
fixed a typo in pacman module
This commit is contained in:
@@ -245,7 +245,7 @@ def check_packages(module, pacman_path, packages, state):
|
||||
module.exit_json(changed=True, msg="%s package(s) would be %s" % (
|
||||
len(would_be_changed), state))
|
||||
else:
|
||||
module.exit_json(change=False, msg="package(s) already %s" % state)
|
||||
module.exit_json(changed=False, msg="package(s) already %s" % state)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user