From 42d1cb79066e770254bba972611b87ca66e1a71f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 21 Dec 2018 11:13:40 +0100 Subject: [PATCH] redis: indentation typo --- redis/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redis/tasks/main.yml b/redis/tasks/main.yml index 58f105d7..c749b4f2 100644 --- a/redis/tasks/main.yml +++ b/redis/tasks/main.yml @@ -92,6 +92,6 @@ - nrpe - name: Force restart redis - command: /bin/true - notify: restart redis - when: redis_restart_force + command: /bin/true + notify: restart redis + when: redis_restart_force