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