forked from ISTI-ansible-roles/ansible-roles
library/roles/shibbolet-sp-2/handlers/main.yml: Add an handler for the shibd daemon.
This commit is contained in:
parent
5a9fb9328a
commit
286d11e2ed
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
- name: Restart the shibd service
|
||||||
|
service: name=shibd state=restarted enabled=yes
|
Loading…
Reference in New Issue