mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
typo fix in oneliners
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
@@ -226,8 +226,8 @@ def ensure(module, state, pkgspec, conf_file, enablerepo, disablerepo, disable_g
|
||||
else:
|
||||
my.download_packages(my.transaction.install_set)
|
||||
my.do_transaction()
|
||||
[res['results'].append('Installed: %s' % pkg) for pkg in my.transaction.install_set)
|
||||
[res['results'].append('Removed: %s' % pkg) for pkg in my.transaction.remove_set)
|
||||
[res['results'].append('Installed: %s' % pkg) for pkg in my.transaction.install_set]
|
||||
[res['results'].append('Removed: %s' % pkg) for pkg in my.transaction.remove_set]
|
||||
|
||||
module.exit_json(**res)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user