fix typo in failure message (packaging/apt) (#33444)

pull/33277/head
Andy Nguyen 7 years ago committed by René Moser
parent fe702b48a5
commit 89b65e81d1

@ -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:

Loading…
Cancel
Save