mirror of https://github.com/jumpserver/jumpserver
pref: 修改 v3
parent
12b74093e2
commit
f5fd674f08
|
@ -63,7 +63,6 @@ class JMSInventory:
|
||||||
var = {
|
var = {
|
||||||
'ansible_user': account.username,
|
'ansible_user': account.username,
|
||||||
}
|
}
|
||||||
|
|
||||||
if not account.secret:
|
if not account.secret:
|
||||||
return var
|
return var
|
||||||
if account.secret_type == 'password':
|
if account.secret_type == 'password':
|
||||||
|
|
Loading…
Reference in New Issue