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:
beeankha
2020-02-11 16:32:41 -05:00
parent 94df58a55b
commit fcc679489e
10 changed files with 24 additions and 25 deletions

View File

@@ -232,6 +232,7 @@ def main():
}
})
# Create the data that gets sent for create and update
project_fields = {
'name': name,
'description': description,