changed over to import_tasks

This commit is contained in:
2018-10-31 15:14:04 +13:00
parent c283f24e51
commit 8d6ab4b4ed
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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