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:
Diffstat (limited to 'lamp_simple/roles/common/handlers/main.yml')
-rw-r--r--lamp_simple/roles/common/handlers/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lamp_simple/roles/common/handlers/main.yml b/lamp_simple/roles/common/handlers/main.yml
index 007bd67..89e2374 100644
--- a/lamp_simple/roles/common/handlers/main.yml
+++ b/lamp_simple/roles/common/handlers/main.yml
@@ -3,4 +3,6 @@
# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
- name: restart ntp
- service: name=ntpd state=restarted
+ service:
+ name: ntpd
+ state: restarted