From 98b4a75fbb924dba9640abcf44c41a241be3fd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Pecchia?= Date: Sun, 21 Jul 2019 21:27:11 +0200 Subject: [PATCH] true instead True (to be squashed) --- tasks/setup-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 072bba1..5ae75ae 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -19,7 +19,7 @@ state: present check_mode: true register: state_gnupg1 - ignore_errors: True + ignore_errors: true - name: install gnupg for apt-key apt: