[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:
parent
39fb630d97
commit
dd2093e4c6
2 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Disable rewrites
|
- 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:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue