Skip to content

Commit bd258c2

Browse files
author
Tom McSweeney
committed
Switches the default for the 'private_key_path' value to the 'playbook_dir' (rather than the current working directory
1 parent 73fba82 commit bd258c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/solr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ solr_package_list: ["java-1.8.0-openjdk", "java-1.8.0-openjdk-devel"]
3131
local_solr_file: ""
3232

3333
# path used to access private keys (defaults to the current working directory)
34-
private_key_path: "."
34+
private_key_path: "{{playbook_dir}}"
3535

3636
# fusion.properties values
3737
default_gc_type: g1

0 commit comments

Comments
 (0)