tobias-richter / ansible-tasmota

Ansible Role for managing tasmota devices with tasmota commands
Apache License 2.0
31 stars 12 forks source link

Add support for no_log #15

Closed tobias-richter closed 3 years ago

tobias-richter commented 3 years ago

PR for #14

@deveth0 this will hide the log output but in verbose mode the password would still be displayed. See https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#ansible-no-log

We have to adjust the internal logging accordingly.

tobias-richter commented 3 years ago

@deveth0 ready to review and merge?

deveth0 commented 3 years ago

Ready for merge :)