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"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue