From 07d516d8ea1df0a17e4a33131390ebce42887c11 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 20:47:57 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20admin=20pass?= =?UTF-8?q?=20format=20in=20provision.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the format of the admin pass variable to match the new expected format, ensuring consistency with other variables. --- tasks/provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/provision.yml b/tasks/provision.yml index de0d4c3..1c105aa 100644 --- a/tasks/provision.yml +++ b/tasks/provision.yml @@ -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