From eda483f89b21e216f46d8d19b5cc5bc341e9782c Mon Sep 17 00:00:00 2001 From: Matt Woodson Date: Thu, 7 Jan 2016 16:08:55 -0500 Subject: oso_host_monitoring role: removed the f22 and zagg client, replaced it with oso-rhel7-host-monitoring container --- roles/oso_host_monitoring/handlers/main.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'roles/oso_host_monitoring/handlers') 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 -- cgit v1.2.3