Add input_inventories to ordered_associations (#15710) (#6782)

Co-authored-by: rev3r4nt <rev3r4nt@gmail.com>
This commit is contained in:
Peter Braun 2025-01-15 13:46:38 +01:00 committed by GitHub
parent f7cda7696c
commit 3268c9b5fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ class ControllerModule(AnsibleModule):
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
ordered_associations = ['instance_groups', 'galaxy_credentials']
ordered_associations = ['instance_groups', 'galaxy_credentials', 'input_inventories']
short_params = {
'host': 'controller_host',
'username': 'controller_username',