mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
add required fields for RHSatellite6 credentials
see: https://github.com/ansible/ansible-tower/issues/7467
This commit is contained in:
parent
a7a607e440
commit
50782b9465
@ -861,7 +861,8 @@ def satellite6(cls):
|
||||
'label': 'Password',
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
}]
|
||||
}],
|
||||
'required': ['host', 'username', 'password'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user