From 5779c8e38351d4b6d42e51c7e15b577688e0fdf1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 Jun 2018 21:43:16 +0200 Subject: [PATCH] fix condition syntax --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index bb41701..e3c43db 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -4,7 +4,7 @@ name: "{{ certbot_user }}" become: True become_user: root - when: not certbot_user == root + when: not certbot_user == 'root' - name: Deploy certbot block: