aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/memcached/handlers
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2016-03-14 11:26:02 +0800
committercarey xu <carey.xuhan@huawei.com>2016-03-14 08:58:20 +0000
commit43dcf3ba2ed1a0f9254d533e091324eb9e1164dd (patch)
tree6436788d1d76c95357251fd8986029447cb9a898 /deploy/adapters/ansible/roles/memcached/handlers
parent9710824c31c7e3b41d482e68ae790b46dc0513bb (diff)
disable service autostart when install packages on ubuntu
JIRA: COMPASS-336 Change-Id: I36c4e53d8c43231890bf29e678c38e2a22b33788 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/memcached/handlers')
-rw-r--r--deploy/adapters/ansible/roles/memcached/handlers/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/memcached/handlers/main.yml b/deploy/adapters/ansible/roles/memcached/handlers/main.yml
new file mode 100644
index 00000000..4c3230c1
--- /dev/null
+++ b/deploy/adapters/ansible/roles/memcached/handlers/main.yml
@@ -0,0 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+---
+- name: restart memcahed services
+ service: name={{ item }} state=restarted enabled=yes
+ with_items: services| union(services_noarch)