From cd67222e4eebad685c6ed406172fa29715b2c690 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 15 Jul 2016 19:23:33 +0200 Subject: [PATCH] library/roles/smartgears/smart_executor/tasks/main.yml: Fix an indentation problem. --- smartgears/smart_executor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smart_executor/tasks/main.yml b/smartgears/smart_executor/tasks/main.yml index a3899d12..fc7bb5e1 100644 --- a/smartgears/smart_executor/tasks/main.yml +++ b/smartgears/smart_executor/tasks/main.yml @@ -19,4 +19,4 @@ when: smart_executor_install notify: Restart smartgears - tags: [ 'smartgears', 'smart_executor', 'tomcat' ] + tags: [ 'smartgears', 'smart_executor', 'tomcat' ]