Created
December 14, 2017 19:23
-
-
Save alexcheng1982/841be4c70fbe69b659b226c16e18c3e6 to your computer and use it in GitHub Desktop.
Install AWS tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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