summaryrefslogtreecommitdiffstats
path: root/roles/oso_host_monitoring/handlers/main.yml
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2016-01-07 16:08:55 -0500
committerMatt Woodson <mwoodson@redhat.com>2016-01-07 16:08:55 -0500
commiteda483f89b21e216f46d8d19b5cc5bc341e9782c (patch)
tree1a731fd43d73028a87eb30f04c63ed52fb8dc782 /roles/oso_host_monitoring/handlers/main.yml
parent4834968bd9b3bc621ecfc7584c0bc776471475f6 (diff)
downloadopenshift-eda483f89b21e216f46d8d19b5cc5bc341e9782c.tar.gz
openshift-eda483f89b21e216f46d8d19b5cc5bc341e9782c.tar.bz2
openshift-eda483f89b21e216f46d8d19b5cc5bc341e9782c.tar.xz
openshift-eda483f89b21e216f46d8d19b5cc5bc341e9782c.zip
oso_host_monitoring role: removed the f22 and zagg client, replaced it with oso-rhel7-host-monitoring container
Diffstat (limited to 'roles/oso_host_monitoring/handlers/main.yml')
-rw-r--r--roles/oso_host_monitoring/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/oso_host_monitoring/handlers/main.yml b/roles/oso_host_monitoring/handlers/main.yml
index 7863ad15b..3a5d8024c 100644
--- a/roles/oso_host_monitoring/handlers/main.yml
+++ b/roles/oso_host_monitoring/handlers/main.yml
@@ -4,9 +4,3 @@
name: "{{ osohm_host_monitoring }}"
state: restarted
enabled: yes
-
-- name: "Restart the {{ osohm_zagg_client }} service"
- service:
- name: "{{ osohm_zagg_client }}"
- state: restarted
- enabled: yes