mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
removed tabbing
This commit is contained in:
@@ -699,7 +699,7 @@ class CredentialInputField(JSONSchemaField):
|
||||
'ssh_key_data' not in errors
|
||||
]):
|
||||
errors['ssh_key_unlock'] = [_('should not be set when SSH key is not encrypted.')]
|
||||
|
||||
|
||||
if errors:
|
||||
raise serializers.ValidationError({
|
||||
'inputs': errors
|
||||
|
||||
Reference in New Issue
Block a user