mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
fix typo in failure message (packaging/apt) (#33444)
This commit is contained in:
parent
fe702b48a5
commit
89b65e81d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue