[ipa/server] Move ipa-rewrite.conf to templates

There are some variables that need to be filled in ipa-rewrite.conf, but it was
not in template directory, so that didn't happen.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-11-29 21:52:29 +01:00
parent 39fb630d97
commit dd2093e4c6
2 changed files with 1 additions and 1 deletions

View file

@ -206,7 +206,7 @@
- config
- name: Disable rewrites
copy: src=ipa-rewrite.conf dest=/etc/httpd/conf.d/ipa-rewrite.conf
template: src=ipa-rewrite.conf dest=/etc/httpd/conf.d/ipa-rewrite.conf
notify:
- reload httpd
tags: