style 💎: Update install.yml to use consistent boolean values

Updated the 'ignore_errors' variable from 'yes' to a boolean value 'true' for consistency in the installation script.
This commit is contained in:
2025-11-03 19:26:59 +01:00
parent 92f2c4eb4b
commit f85c420c14

View File

@@ -18,7 +18,7 @@
name: samba-ad-dc name: samba-ad-dc
state: stopped state: stopped
enabled: no enabled: no
ignore_errors: yes ignore_errors: true