File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ api_s3_context_bucket=runnable.context.resources.production
1717docker_config=docks
1818docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751
1919
20+ [dock:vars]
21+ docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751
22+
2023[eru:vars]
2124eru_github_id=46a23f5f99f0aa9460f8
2225eru_github_secret=a0336d72e3d540fb9fbbed2c123a81e1cb329dab
Original file line number Diff line number Diff line change 1414 - { file_name: 'token-02', value: "{{ vault_token_02 }}" }
1515 - { file_name: 'token-03', value: "{{ vault_token_03 }}" }
1616
17+ - fail : msg="value tokens need to be defined for this role"
18+ when : docks_rollbar_key is not defined
19+
1720- name : copy rollbar token
1821 tags : rollbar
1922 lineinfile :
20- dest="/opt/runnable/dock-init/key/rollbar.token
23+ dest="/opt/runnable/dock-init/key/rollbar.token"
2124 line="{{ docks_rollbar_key }}"
2225 create=yes
Original file line number Diff line number Diff line change 3232
3333- name : Move ec2-api-tool to ec2
3434 become : true
35- command : mv /usr/local/ec2-api-tools-1.7.5.1 /usr/local/ec2
35+ command : mv -f /usr/local/ec2-api-tools-1.7.5.1 /usr/local/ec2
You can’t perform that action at this time.
0 commit comments