Skip to content

Commit

Permalink
Add input_inventories to ordered_associations
Browse files Browse the repository at this point in the history
  • Loading branch information
rev3r4nt authored Dec 18, 2024
1 parent 29f3679 commit f83ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx_collection/plugins/module_utils/controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f83ae14

Please sign in to comment.