Skip to content
Snippets Groups Projects
Commit 65f38ad6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: typo ist hostname matching meant that Oracle-Servers were not cleanly...

fix: typo ist hostname matching meant that Oracle-Servers were not cleanly separated from Rosetta-Servers
parent 79b10945
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
- name: run Rosetta-specific CheckMK tasks
import_tasks: "rosetta/install_checkmk_plugins_rosetta.yml"
when: ( ansible_hostname is search("rosapp") ) or
( ansible_hostname is search("rosetta") )
( ansible_hostname is search("rosetta-") )
- name: run Oracle-specific CheckMK tasks
import_tasks: "oracle/install_checkmk_plugins_oracle.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment