mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Update inventory_source module source_script parameter to be optional
Unitied comment Fix up inventory_source example, misc comment edits
This commit is contained in:
@@ -108,6 +108,7 @@ def main():
|
||||
}
|
||||
})
|
||||
|
||||
# Create the data that gets sent for create and update
|
||||
org_fields = {'name': name}
|
||||
if description:
|
||||
org_fields['description'] = description
|
||||
|
||||
Reference in New Issue
Block a user