Skip to content

Commit

Permalink
Remove testing debug message for mode_value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Man Pham committed May 3, 2021
1 parent 939560a commit d435d03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/splunk/tasks/configure_idxc_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
set_fact:
mode_value: {% if splunk_v_num_only < 8.1 %}'master'{% else %}'manager'{% endif %}

- name: view mode_value
debug:
msg: "mode value is {{ mode_value }}"

- name: Configure clustering stanza for cluster manager node
ini_file:
path: "{{ splunk_home }}/etc/system/local/server.conf"
Expand Down

0 comments on commit d435d03

Please sign in to comment.