File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - { role: package-dock, tags: [ dock, package ] }
1515 - { role: package-aws, tags: [ dock, package ] }
1616 - { role: package_ntp }
17+ - { role: build_essential }
1718 - { role: docker, tags: [ docker ] }
1819 - { role: datadog, tags: [ datadog ] }
1920 - { role: ulimits, tags: [ ulimits ] }
Original file line number Diff line number Diff line change 22- name : install build essentials
33 become : yes
44 action : apt
5- pkg : build-essential
6- state : present
7- update_cache : yes
8- cache_valid_time : 604800
5+ pkg= build-essential
6+ state=latest
7+ update_cache= yes
8+ cache_valid_time= 604800
Original file line number Diff line number Diff line change 11---
2+ - name : Install make
3+ become : true
4+ apt :
5+ pkg=make
6+ state=latest
7+ update_cache=yes
8+ cache_valid_time=604800
9+
210- name : Install unzip
3- become : yes
11+ become : true
412 apt :
513 pkg=unzip
614 state=latest
715 update_cache=yes
816 cache_valid_time=604800
917
1018- name : Install openjdk-7-jdk
11- become : yes
19+ become : true
1220 apt :
1321 pkg=openjdk-7-jdk
1422 state=latest
3240 dest=/usr/local/bin
3341
3442- name : unzip vault_0.4.1_linux_amd64.zip
35- become : yes
43+ become : true
3644 unarchive :
3745 src=/usr/local/bin/vault_0.4.1_linux_amd64.zip
3846 dest=/usr/local/bin
You can’t perform that action at this time.
0 commit comments