Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix for "amplify.api_key variable does not exist" issue (#219) (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
shipilovds authored and jdauphant committed Apr 23, 2018
1 parent e67951b commit ca4ed90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: Run Amplify Agent install.sh script
command: "sh /tmp/install-amplify-agent.sh -y"
environment:
API_KEY: "{{ amplify.api_key }}"
API_KEY: "{{ nginx_amplify_api_key }}"
become: true
become_user: root
become_method: sudo
Expand All @@ -42,4 +42,5 @@
name: amplify-agent
state: started
enabled: true
tags: [service]
tags: [service]

0 comments on commit ca4ed90

Please sign in to comment.