Skip to content

Commit f334764

Browse files
committed
Use new variable substitution format
1 parent a6f2804 commit f334764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/app/templates/provisioning/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sudo: yes
1111

1212
- name: Copy deploy user's authorized_key
13-
authorized_key: user=deploy key="${item}"
13+
authorized_key: user=deploy key="{{item}}"
1414
sudo: yes
1515
with_file:
1616
- files/ssh/id_rsa.pub

0 commit comments

Comments
 (0)