mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
domain name in openshift named.conf template has fixed
This commit is contained in:
parent
9a00ad88c2
commit
a354706dac
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ include "{{ domain_name }}.key";
|
|||
|
||||
controls {
|
||||
inet * port {{ rndc_port }} allow { any; }
|
||||
keys { example.com; };
|
||||
keys { {{ domain_name }}; };
|
||||
};
|
||||
|
||||
zone "{{ domain_name }}" IN {
|
||||
|
|
Loading…
Reference in a new issue