mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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',
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
}]
|
||||
}],
|
||||
'required': ['host', 'username', 'password'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user