From 76010e26dc34290662f90e437a9fb446f2f5c692 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 26 Nov 2019 11:54:15 +0000 Subject: [PATCH] Place myid into the data directory This matches https://github.com/AnsibleShipyard/ansible-zookeeper/blob/9dd39a9555f302c11a10aba35299c1aa9d921741/tasks/tarball.yml#L53. --- tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Debian.yml b/tasks/Debian.yml index b4e4090..300d145 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -17,7 +17,7 @@ - zookeeperd - name: Overwrite myid file. - template: src=myid.j2 dest={{zookeeper_conf_dir}}/conf/myid force="{{ zookeeper_force_myid }}" + template: src=myid.j2 dest={{data_dir}}/myid force="{{ zookeeper_force_myid }}" tags: deploy notify: - Restart zookeeper