Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94486ee

Browse files
committed
Reload apache config. [ci skip]
1 parent b0a9921 commit 94486ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/apache2/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99

1010
- name: configure apache2 so it doesn't complain 'can't determine fqdn'
1111
lineinfile: dest=/etc/apache2/apache2.conf regexp="{{ ansible_fqdn }}" line="ServerName {{ ansible_fqdn }}"
12+
notify:
13+
- reload apache config
1214
tags: apache

0 commit comments

Comments
 (0)