mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Add input_inventories to ordered_associations (#15710)
This commit is contained in:
@@ -58,7 +58,7 @@ class ControllerModule(AnsibleModule):
|
|||||||
controller_config_file=dict(type='path', aliases=['tower_config_file'], required=False, default=None),
|
controller_config_file=dict(type='path', aliases=['tower_config_file'], required=False, default=None),
|
||||||
)
|
)
|
||||||
# Associations of these types are ordered and have special consideration in the modified associations function
|
# Associations of these types are ordered and have special consideration in the modified associations function
|
||||||
ordered_associations = ['instance_groups', 'galaxy_credentials']
|
ordered_associations = ['instance_groups', 'galaxy_credentials', 'input_inventories']
|
||||||
short_params = {
|
short_params = {
|
||||||
'host': 'controller_host',
|
'host': 'controller_host',
|
||||||
'username': 'controller_username',
|
'username': 'controller_username',
|
||||||
|
|||||||
Reference in New Issue
Block a user