Skip to content

Commit

Permalink
zk: enhance syntax (misc)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Dec 8, 2023
1 parent 7912cf6 commit 133fb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/amq_streams_zookeeper/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amq_streams_zookeeper_group: 'amq_streams'
amq_streams_zookeeper_service_name: 'amq_streams_zookeeper'
amq_streams_zookeeper_service_config_template: 'templates/service.conf.j2'
amq_streams_zookeeper_service_env_file: '/etc/zookeeper.conf'
amq_streams_zookeeper_data_dir: /var/lib/{{ amq_streams_zookeeper_service_name }}/
amq_streams_zookeeper_data_dir: "/var/lib/{{ amq_streams_zookeeper_service_name }}/"
amq_streams_zookeeper_logs_dir: "/var/log/{{ amq_streams_zookeeper_service_name }}/"
amq_streams_zookeeper_max_client_cnxns: 0
amq_streams_zookeeper_admin_enable_server: 'true'
Expand Down
2 changes: 1 addition & 1 deletion roles/amq_streams_zookeeper/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
when:
- amq_streams_zookeeper_auth_enabled is defined and amq_streams_zookeeper_auth_enabled

- name: "Configure firewalld for Zookeeper (if enable)."
- name: "Configure Zookeeper as a systemd service."
ansible.builtin.include_tasks: service.yml

0 comments on commit 133fb27

Please sign in to comment.