Skip to content

Commit e993e48

Browse files
committed
change private key var for copy secret
1 parent 9aad853 commit e993e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olam/deploy_olam_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
dest: /etc/tower/SECRET_KEY
382382
owner: true
383383
group: true
384-
private_key: '/home/{{ username }}/.ssh/id_olam_rsa'
384+
private_key: "{{ ansible_private_key_file }}"
385385
delegate_to: "{{ groups['control'][0] }}"
386386

387387
- name: Configure receptor

0 commit comments

Comments
 (0)