How can you use the Ansible module “service” to restart a service?
a) By using the “state” parameter with a value of “restarted”
b) By using the “state” parameter with a value of “running”
c) By using the “state” parameter with a value of “stopped”
d) By using the “state” parameter with a value of “reloaded”