diff --git a/shibbolet-sp-2/handlers/main.yml b/shibbolet-sp-2/handlers/main.yml index e69de29b..62a5e987 100644 --- a/shibbolet-sp-2/handlers/main.yml +++ b/shibbolet-sp-2/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: Restart the shibd service + service: name=shibd state=restarted enabled=yes