Fix variable name typo in handlers

This commit is contained in:
Bert Van Vreckem 2017-05-10 12:31:56 +02:00
parent 06c009f0cb
commit 68c5ab8649

View File

@ -4,4 +4,4 @@
service:
name: "{{ item }}"
state: restarted
with_items: "{{ samba_service }}"
with_items: "{{ samba_services }}"