ansible-collections/ansible.windows

Typo in Verbose Messages for Windows Updates Progress

USB-Coffee opened this issue · 1 comments

SUMMARY

Verbose output for ansible.windows updates contains a typo for "Download".
The text says "Downlad".

ISSUE TYPE
  • Bug Report
COMPONENT NAME

win_updates.py

msg = "Downlad progress - Total: {0}/{1} {2}%, Update ({3}): {4}/{5} {6}%, Phase: {7}".format(

ANSIBLE VERSION

N/A


##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>"  between the quotes
for example: ansible-galaxy collection list community.general
-->
```paste below
latest ansible.windows 
CONFIGURATION
N/A
OS / ENVIRONMENT

N/A

STEPS TO REPRODUCE

use collection with verbose output enabled to monitor download and installation of updates.

N/A
EXPECTED RESULTS

Text should state "Download"

ACTUAL RESULTS

Text states "Downlad"

N/A

Thanks for the report, if you get a the time it would be great if you could raise a PR, if not I'll open one when I get to it next.