From fa45f23f5e5c053810d1d2f0877f75c6e54905a3 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 23 Aug 2021 15:39:15 +0200 Subject: [PATCH] Remove trailing whitespace --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 154de65..9982865 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,4 +15,4 @@ src: 30-sao.ini.j2 dest: "/etc/php/{{ php_version }}/apache2/conf.d/30-sao.ini" when: "'apache2' in ansible_facts.packages" - notify: reload apache2 + notify: reload apache2