'win_package : passing arguments in the installation process

I am trying to install tomcat on win2016 server. I need to select Full install as an install type when i do it manually. How can i replicate the same in the win_package s an argument. I tried few options but it didn't work out. Appreciate the help. The Playbook will Succeed but the installation doesn't happen.

 - name: install
   win_package:
     path: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.62/bin/apache-tomcat-9.0.62.exe
     product_id: '{2821726D-A54C-47AF-97C7-34666DF5DD0A}'
     state: present
     arguments:
     - /type="Full"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source