mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Check for a list of all option instead of string (#14046)
This commit is contained in:
@@ -154,7 +154,7 @@ def main():
|
|||||||
|
|
||||||
# The exporter code currently works like the following:
|
# The exporter code currently works like the following:
|
||||||
# Empty string == all assets of that type
|
# Empty string == all assets of that type
|
||||||
# Non-Empty string = just one asset of that type (by name or ID)
|
# Non-Empty string = just a list of assets of that type (by name or ID)
|
||||||
# Asset type not present or None = skip asset type (unless everything is None, then export all)
|
# Asset type not present or None = skip asset type (unless everything is None, then export all)
|
||||||
# Here we are going to setup a dict of values to export
|
# Here we are going to setup a dict of values to export
|
||||||
export_args = {}
|
export_args = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user