Merge "Fix server/hostname for RFC 1034/1035"
This commit is contained in:
commit
83fd0a8fba
@ -49,7 +49,7 @@
|
||||
- name: Ensure Apache ServerName
|
||||
lineinfile:
|
||||
dest: "/etc/apache2/apache2.conf"
|
||||
line: "ServerName {{ inventory_hostname }}"
|
||||
line: "ServerName {{ ansible_hostname }}"
|
||||
notify:
|
||||
- Restart Apache
|
||||
tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user