Skip to content

Commit

Permalink
Merge pull request #855 from vanillaxx/enable-indexing-for-ds
Browse files Browse the repository at this point in the history
exclude ds from disabled indexing
  • Loading branch information
jmeixensperger authored Jul 25, 2024
2 parents fbf6e56 + 2194028 commit 30a3e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/splunk_common/tasks/enable_forwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
owner: "{{ splunk.user }}"
group: "{{ splunk.group }}"
register: index_disabling
when: splunk.role != "splunk_license_master"
when:
- splunk.role != "splunk_license_master"
- splunk.role != "splunk_deployment_server"

# set up forward servers set by get_facts
- name: Add forward_servers
Expand Down

0 comments on commit 30a3e9c

Please sign in to comment.