Trying to deploy a few .exe files to Windows systems.
Both are installl but the task just hangs…
TASK [Install Erlang] *********************************************************************************************************************************************************************************************************************
- hosts: webservers
tasks: - name: Install Erlang
win_package:
path: d:\otp_win64_22.0.exe
state: present
product_id: Erland 22.0 64-bit - name: Install RabbitMQ
win_package:
path: d:\rabbitmq-server-3.7.17.exe
state: present
product_id: Rabbit-MQ-3.7.17
Any thoughts?