library/roles/shibbolet-sp-2/handlers/main.yml: Add an handler for the shibd daemon.

This commit is contained in:
Andrea Dell'Amico 2018-10-22 16:14:26 +02:00
parent 5a9fb9328a
commit 286d11e2ed
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
- name: Restart the shibd service
service: name=shibd state=restarted enabled=yes