Skip to content

Instantly share code, notes, and snippets.

@BrianJakovich
Created May 14, 2020 16:43
Show Gist options
  • Save BrianJakovich/36ebac7f6fc10ca6dc8de70c51a618a5 to your computer and use it in GitHub Desktop.
Save BrianJakovich/36ebac7f6fc10ca6dc8de70c51a618a5 to your computer and use it in GitHub Desktop.
ansible-role-traders
---
- name: Include variables
include_vars: main.yml
- name: Download Bloomberg Terminal
win_get_url:
url: https://bdn-ak-ssl.bloomberg.com/software/trv/sotrt05072020.exe
dest: 'C:\Scripts\sotrt05072020.exe'
- name: Install Bloomberg Terminal
win_package:
path: C:\Scripts\sotrt05072020.exe
product_id: WOW6432Node
arguments: /S
state: present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment