From 81326ad96d5000fa7fa43c3814ca93bb6abce49b Mon Sep 17 00:00:00 2001 From: Mikhail Fesenko Date: Sat, 4 Mar 2017 22:30:52 +0300 Subject: Removed for common role unnecessary Removed for common role unnecessary handler, which doesn't used --- lamp_simple/roles/common/handlers/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lamp_simple/roles/common/handlers/main.yml b/lamp_simple/roles/common/handlers/main.yml index d528615..007bd67 100644 --- a/lamp_simple/roles/common/handlers/main.yml +++ b/lamp_simple/roles/common/handlers/main.yml @@ -4,6 +4,3 @@ - name: restart ntp service: name=ntpd state=restarted - -- name: restart iptables - service: name=iptables state=restarted -- cgit v1.2.3