From f85c420c140d34d95fb9cac1d5e950d8c869c2ec Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 19:26:59 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20install.yml=20?= =?UTF-8?q?to=20use=20consistent=20boolean=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the 'ignore_errors' variable from 'yes' to a boolean value 'true' for consistency in the installation script. --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 6a4bff4..0454a9e 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -18,7 +18,7 @@ name: samba-ad-dc state: stopped enabled: no - ignore_errors: yes + ignore_errors: true