mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
add required fields for cloudforms credentials
see: https://github.com/ansible/ansible-tower/issues/7462
This commit is contained in:
parent
bcd8e13c24
commit
b0a1988c29
@ -891,7 +891,8 @@ def cloudforms(cls):
|
||||
'label': 'Password',
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
}]
|
||||
}],
|
||||
'required': ['host', 'username', 'password'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user