style 💎: Update admin pass format in provision.yml

Updated the format of the admin pass variable to match the new expected format, ensuring consistency with other variables.
This commit is contained in:
2025-11-03 20:47:57 +01:00
parent ba75d48ea6
commit 07d516d8ea

View File

@@ -22,7 +22,7 @@
--domain={{ samba_domain_info.domain }}
--server-role={{ samba_domain_info.server_role }}
--dns-backend={{ samba_domain_info.dns_backend }}
--adminpass={{ samba_domain_info.adminpass }}
--adminpass="{{ samba_domain_info.adminpass }}"
--option="interfaces={{ samba_domain_info.interfaces }}"
--option="bind interfaces only={{ samba_domain_info.bind_interfaces_only }}"
when: not samba_provisioned.stat.exists