Need to reload httpd here.
This commit is contained in:
parent
d4e1435c99
commit
b38dbb26d9
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
copy: src="{{ private }}/files/saml2/idp-{{env}}.xml"
|
copy: src="{{ private }}/files/saml2/idp-{{env}}.xml"
|
||||||
dest="/etc/httpd/saml2/idp-metadata.xml"
|
dest="/etc/httpd/saml2/idp-metadata.xml"
|
||||||
owner="apache" group="apache" mode=0600
|
owner="apache" group="apache" mode=0600
|
||||||
|
notify: reload httpd
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: Install domain-specific saml2 certs and metadata
|
- name: Install domain-specific saml2 certs and metadata
|
||||||
|
@ -71,4 +72,5 @@
|
||||||
- certificate.pem
|
- certificate.pem
|
||||||
- certificate.key
|
- certificate.key
|
||||||
- metadata.xml
|
- metadata.xml
|
||||||
|
notify: reload httpd
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue