From 3ae1aab3a8fe14b17c3ab451f02d90582fb1ddc1 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 25 Jul 2021 03:49:00 +0000 Subject: [PATCH] Prevent multiple service restarts --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 70bdf22..2c71a19 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -68,8 +68,6 @@ notify: - 'ensure_cockpit.package_facts' - 'ensure_cockpit.service_facts' -- name: 'flush handlers' - meta: 'flush_handlers' - name: 'ensure services' when: - ansible_system == 'Linux'