Skip to content

Commit

Permalink
Use new variable substitution format
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed May 12, 2014
1 parent a6f2804 commit f334764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/app/templates/provisioning/provision.yml
Expand Up @@ -10,7 +10,7 @@
sudo: yes

- name: Copy deploy user's authorized_key
authorized_key: user=deploy key="${item}"
authorized_key: user=deploy key="{{item}}"
sudo: yes
with_file:
- files/ssh/id_rsa.pub
Expand Down

0 comments on commit f334764

Please sign in to comment.