We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d244f9 commit f4baaa9Copy full SHA for f4baaa9
roles/splunk/tasks/install_apps.yml
@@ -1,9 +1,9 @@
1
---
2
# This task MUST be called by configure_apps.yml to work correctly. Do NOT call this task directly via the deployment_task var!
3
-- name: Set correct handler for master-apps
+- name: Set correct handler for master-apps or manager-apps
4
set_fact:
5
handler: "apply indexer cluster bundle"
6
- when: app_dest == 'etc/master-apps'
+ when: app_dest == 'etc/master-apps' or app_dest == 'etc/manager-apps'
7
8
- name: Set correct handler for deployment-apps
9
@@ -22,6 +22,7 @@
22
- app_dest != 'etc/shcluster/apps'
23
- app_dest != 'etc/deployment-apps'
24
- app_dest != 'etc/master-apps'
25
+ - app_dest != 'etc/manager-apps'
26
27
- name: Check if correct vars are defined for SHC app management
28
block:
0 commit comments