diff --git a/cluster-master.yml b/cluster-master.yml index b640ce3..e02f8fe 100644 --- a/cluster-master.yml +++ b/cluster-master.yml @@ -1,8 +1,8 @@ --- -- name: Upgrade the index_cluster_manager +- name: Upgrade the Indexer Master hosts: index-cluster-masters become: true handlers: - - include_tasks: handlers/splunk.yml + - import_tasks: handlers/splunk.yml tasks: - import_tasks: tasks/common.yml diff --git a/searchhead-deployer.yml b/searchhead-deployer.yml index f69b6b0..b9e327f 100644 --- a/searchhead-deployer.yml +++ b/searchhead-deployer.yml @@ -1,8 +1,8 @@ --- - name: Upgrade the searchhead deployer - hosts: search-head-cluster-managers + hosts: searchhead-cluster-managers become: true handlers: - - include_tasks: handlers/splunk.yml + - import_tasks: handlers/splunk.yml tasks: - import_tasks: tasks/common.yml