I am facing issue while installing software from local machine in windows.

hi , I am facing issue while installing software from local machine in windows.
here is my code

  • name: installing soft
    hosts: win
    gather_facts: no
    tasks:
  • name: install soft
    win_package:
    path: E:\Soft\UltraViewer_setup_6.2_eni.exe
    state: present
  • name: install soft
    ansible.windows.win_package:

path: E:\Soft\7zip.msi
state: present