diff --git a/tasks/provision.yml b/tasks/provision.yml index fc1d754..4dfed80 100644 --- a/tasks/provision.yml +++ b/tasks/provision.yml @@ -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