From 186ac87325e3ae286292f1629963d55f458ed83a Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 25 Jul 2021 03:51:13 +0000 Subject: [PATCH] Prevent multiple service restarts --- tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 549359a..94b7ce5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,8 +16,6 @@ - '{{ ansible_os_family }}-default.yml' - 'default.yml' errors: 'ignore' -- name: 'flush handlers' - meta: 'flush_handlers' - name: 'include variables' when: - ansible_system == 'Linux' @@ -63,8 +61,6 @@ notify: - 'ensure_os_patch.package_facts' - 'ensure_os_patch.service_facts' -- name: 'flush handlers' - meta: 'flush_handlers' - name: 'ensure Debian patch' when: - ansible_system == 'Linux' @@ -76,8 +72,6 @@ notify: - 'ensure_os_patch.package_facts' - 'ensure_os_patch.service_facts' -- name: 'flush handlers' - meta: 'flush_handlers' - name: 'ensure services' when: - ansible_system == 'Linux'