From 0f011103a64875bbdce1dba64cbb51c12b6728bc Mon Sep 17 00:00:00 2001 From: telegnom Date: Mon, 2 Nov 2020 14:12:46 +0100 Subject: [PATCH] Disable no_log warning for override_password --- plugins/modules/zabbix_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/zabbix_user.py b/plugins/modules/zabbix_user.py index 87cbcf36d..f73af4636 100644 --- a/plugins/modules/zabbix_user.py +++ b/plugins/modules/zabbix_user.py @@ -515,7 +515,7 @@ def main(): surname=dict(type='str', default=''), usrgrps=dict(type='list'), passwd=dict(type='str', required=False, no_log=True), - override_passwd=dict(type='bool', required=False, default=False), + override_passwd=dict(type='bool', required=False, default=False, no_log=False), lang=dict(type='str', default='en_GB', choices=['en_GB', 'en_US', 'zh_CN', 'cs_CZ', 'fr_FR', 'he_IL', 'it_IT', 'ko_KR', 'ja_JP', 'nb_NO', 'pl_PL', 'pt_BR', 'pt_PT', 'ru_RU', 'sk_SK',