mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Check for a list of all option instead of string (#14046)
This commit is contained in:
parent
0c2d589109
commit
c738d0788e
@ -154,7 +154,7 @@ def main():
|
||||
|
||||
# The exporter code currently works like the following:
|
||||
# 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)
|
||||
# Here we are going to setup a dict of values to export
|
||||
export_args = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user