Fix variable name typo in handlers
This commit is contained in:
parent
06c009f0cb
commit
68c5ab8649
@ -4,4 +4,4 @@
|
|||||||
service:
|
service:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
with_items: "{{ samba_service }}"
|
with_items: "{{ samba_services }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user