mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
add required fields for cloudforms credentials
see: https://github.com/ansible/ansible-tower/issues/7462
This commit is contained in:
@@ -891,7 +891,8 @@ def cloudforms(cls):
|
|||||||
'label': 'Password',
|
'label': 'Password',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'secret': True,
|
'secret': True,
|
||||||
}]
|
}],
|
||||||
|
'required': ['host', 'username', 'password'],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user