mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Need to reload httpd here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user