pref: 修改 v3

This commit is contained in:
ibuler 2022-10-28 19:10:19 +08:00
parent 12b74093e2
commit f5fd674f08

View File

@ -63,7 +63,6 @@ class JMSInventory:
var = {
'ansible_user': account.username,
}
if not account.secret:
return var
if account.secret_type == 'password':