Need to reload httpd here.

This commit is contained in:
Ralph Bean 2016-01-12 21:30:40 +00:00
parent d4e1435c99
commit b38dbb26d9

View file

@ -61,6 +61,7 @@
copy: src="{{ private }}/files/saml2/idp-{{env}}.xml"
dest="/etc/httpd/saml2/idp-metadata.xml"
owner="apache" group="apache" mode=0600
notify: reload httpd
tags: pdc
- name: Install domain-specific saml2 certs and metadata
@ -71,4 +72,5 @@
- certificate.pem
- certificate.key
- metadata.xml
notify: reload httpd
tags: pdc