From 96b4babaf7584a7bb6fb529071978b4dec12ef96 Mon Sep 17 00:00:00 2001 From: sbussetti Date: Wed, 3 Aug 2016 17:22:06 -0400 Subject: [PATCH] the handler name doesn't change w/ the version (the definition of the handler already deals with that) --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6068848..82c40a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,4 +2,4 @@ - name: install php xdebug apt: name="php{{ php_xdebug_version }}-xdebug" state=latest notify: - - restart php{{ php_version }}-fpm + - restart php-fpm