You've already forked splunk-upgrade
changed over to import_tasks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user