Merge "Fix server/hostname for RFC 1034/1035"

This commit is contained in:
Jenkins 2016-04-20 14:05:19 +00:00 committed by Gerrit Code Review
commit 83fd0a8fba

View File

@ -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: