Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Fesenko <proggga@gmail.com>2017-03-04 22:30:52 +0300
committerGitHub <noreply@github.com>2017-03-04 22:30:52 +0300
commit81326ad96d5000fa7fa43c3814ca93bb6abce49b (patch)
tree594e2f4a019291a1234896ef4320f1609a85fd22
parent386fdb253284e8fedc4943706f5f4374f7dc89d6 (diff)
Removed for common role unnecessary
Removed for common role unnecessary handler, which doesn't used
-rw-r--r--lamp_simple/roles/common/handlers/main.yml3
1 files changed, 0 insertions, 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