Skip to content

Commit 34877d6

Browse files
authored
Merge pull request elastic#192 from mickael-ange/upstream-issue-191
Fixed undefined variables when upgrading to Ansible 2.2.0. and the el…
2 parents 9dc21d4 + 9f3d6da commit 34877d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

defaults/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ es_xpack_features: []
2929
#They do not effect the current configuration
3030
es_api_host: "localhost"
3131
es_api_port: 9200
32+
33+
# Since ansible 2.2 the following variables need to be defined
34+
# to allow the role to be conditionally played with a when condition.
35+
pid_dir: ''
36+
log_dir: ''
37+
work_dir: ''
38+
conf_dir: ''
39+
data_dirs: ''

0 commit comments

Comments
 (0)