Skip to content

Commit c854b79

Browse files
committed
Remove duplicate check_splunk task in example splunk_shc_deployer playbook.
1 parent c4d7078 commit c854b79

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

playbooks/splunk_shc_deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Ensure that the following vars are configured: ansible_user, ansible_ssh_private_key_file, splunk_admin_password, splunk_user_seed: true
33
- hosts:
44
- shdeployer
5+
- shc
56
roles:
67
- ../roles/splunk
78
vars:
@@ -14,13 +15,6 @@
1415
vars:
1516
- deployment_task: configure_shc_deployer.yml
1617

17-
- hosts:
18-
- shc
19-
roles:
20-
- ../roles/splunk
21-
vars:
22-
- deployment_task: check_splunk.yml
23-
2418
- hosts:
2519
- shc
2620
roles:

0 commit comments

Comments
 (0)