mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
linting
This commit is contained in:
parent
f9d2db696b
commit
46fb2d2086
@ -177,7 +177,13 @@ def main():
|
||||
module.fail_json(msg='You cannot turn a regular inventory into a "smart" inventory.')
|
||||
|
||||
# If the state was present and we can let the module build or update the existing inventory, this will return on its own
|
||||
module.create_or_update_if_needed(inventory, inventory_fields, endpoint='inventories', item_type='inventory', associations=association_fields,)
|
||||
module.create_or_update_if_needed(
|
||||
inventory,
|
||||
inventory_fields,
|
||||
endpoint='inventories',
|
||||
item_type='inventory',
|
||||
associations=association_fields,
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user