mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
add required fields for network credentials
see: https://github.com/ansible/ansible-tower/issues/7466
This commit is contained in:
@@ -735,7 +735,8 @@ def net(cls):
|
||||
'dependencies': {
|
||||
'ssh_key_unlock': ['ssh_key_data'],
|
||||
'authorize_password': ['authorize'],
|
||||
}
|
||||
},
|
||||
'required': ['username'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user