style 💎: Update samba provision settings to show password
Updated the `no_log` setting in the `tasks/provision.yml` file to display passwords, allowing for easier debugging and troubleshooting.
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
when: not samba_provisioned.stat.exists
|
||||
register: samba_provision_output
|
||||
changed_when: samba_provision_output.rc == 0
|
||||
# no_log: true # You may toggle this if password should be hidden
|
||||
no_log: false # You may toggle this if password should be hidden
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user