From 68c5ab86497f7a86ebff353182e05da28920c99e Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Wed, 10 May 2017 12:31:56 +0200 Subject: [PATCH] Fix variable name typo in handlers --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 43799db..bf2e6eb 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -4,4 +4,4 @@ service: name: "{{ item }}" state: restarted - with_items: "{{ samba_service }}" + with_items: "{{ samba_services }}"