style 💎: Update samba provision task to remove log option
Updated the `no_log` option in the `samba_provision` task to always display passwords, making it easier to debug and understand the provisioning process.
This commit is contained in:
@@ -18,6 +18,6 @@
|
|||||||
when: not samba_provisioned.stat.exists
|
when: not samba_provisioned.stat.exists
|
||||||
register: samba_provision_output
|
register: samba_provision_output
|
||||||
changed_when: samba_provision_output.rc == 0
|
changed_when: samba_provision_output.rc == 0
|
||||||
no_log: true # You may toggle this if password should be hidden
|
# no_log: true # You may toggle this if password should be hidden
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user