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:
@@ -18,7 +18,7 @@
|
||||
name: samba-ad-dc
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user