| commit | 2b0ce0d59aa0f245534f31673a05c177072c4e0e | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Wed Oct 12 14:10:01 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Wed Oct 12 14:10:01 2016 -0400 |
| tree | ed0f23c0ae8930f767fae63af27f8b5a6178e68f | |
| parent | 682b570eb2b7328ea4b169dde977326e9ca9052e [diff] |
added vars_files
diff --git a/installations/dc2/configuration/update_cache.yml b/installations/dc2/configuration/update_cache.yml index 6404ede..2a3b521 100644 --- a/installations/dc2/configuration/update_cache.yml +++ b/installations/dc2/configuration/update_cache.yml
@@ -1,8 +1,10 @@ --- - hosts: planet - + vars_files: + - ~/.apigee/credentials.yml pre_tasks: - setup: + - ec2_facts: when: "{{ ansible_bios_version | lower | search('amazon') }}"