configpolicy/roles/winbind/handlers/main.yml

5 lines
82 B
YAML

- name: restart winbind
service:
name={{ winbind_svc }}
state=restarted