mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fix typo in failure message (packaging/apt) (#33444)
This commit is contained in:
@@ -1011,7 +1011,7 @@ def main():
|
||||
|
||||
if latest and all_installed:
|
||||
if packages:
|
||||
module.fail_json(msg='unable to install additional packages when ugrading all installed packages')
|
||||
module.fail_json(msg='unable to install additional packages when upgrading all installed packages')
|
||||
upgrade(module, 'yes', force_yes, p['default_release'], use_apt_get, dpkg_options, autoremove)
|
||||
|
||||
if packages:
|
||||
|
||||
Reference in New Issue
Block a user