-
Bug
-
Resolution: Done
-
Minor
-
DO417 - RHAAP2.4-en-2-20240821
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/do417-2.4/pages/ch07 |
Reporter RHNID: | yuvaraj-rhls |
Section Title: | Modifying and Transferring Files on Hosts |
Issue description
Description: The module name in this example is wrong:
- name: Unzip gzip log files
ansible.windows.win_unzip:
src: C:\Logs\logs.gz
dest: C:\Logs\extracted\applicationlogs
delete_archive: true
recurse: true
It should be community.windows.win_unzip
Steps to reproduce:
Workaround:
Expected result: