Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:23
Show Gist options
  • Save alexcheng1982/841be4c70fbe69b659b226c16e18c3e6 to your computer and use it in GitHub Desktop.
Save alexcheng1982/841be4c70fbe69b659b226c16e18c3e6 to your computer and use it in GitHub Desktop.
Install AWS tools
- name: install aws tools
win_package:
path: http://sdk-for-net.amazonwebservices.com/latest/AWSToolsAndSDKForNet.msi
arguments: '/quiet /qn /le Z:\aws-tools-installlog.txt'
product_id: '{186A6440-3AD4-4E0E-ACC2-C098CA589290}'
state: present
creates_path: 'C:\Program Files\Amazon\Ec2ConfigService'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment