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:
@@ -22,7 +22,7 @@
|
|||||||
--domain={{ samba_domain_info.domain }}
|
--domain={{ samba_domain_info.domain }}
|
||||||
--server-role={{ samba_domain_info.server_role }}
|
--server-role={{ samba_domain_info.server_role }}
|
||||||
--dns-backend={{ samba_domain_info.dns_backend }}
|
--dns-backend={{ samba_domain_info.dns_backend }}
|
||||||
--adminpass={{ samba_domain_info.adminpass }}
|
--adminpass="{{ samba_domain_info.adminpass }}"
|
||||||
--option="interfaces={{ samba_domain_info.interfaces }}"
|
--option="interfaces={{ samba_domain_info.interfaces }}"
|
||||||
--option="bind interfaces only={{ samba_domain_info.bind_interfaces_only }}"
|
--option="bind interfaces only={{ samba_domain_info.bind_interfaces_only }}"
|
||||||
when: not samba_provisioned.stat.exists
|
when: not samba_provisioned.stat.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user