mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -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:
@@ -111,7 +111,7 @@ def main():
|
||||
if variables:
|
||||
variables = module.load_variables_if_file_specified(variables, 'variables')
|
||||
|
||||
# Create data to sent to create and update
|
||||
# Create the data that gets sent for create and update
|
||||
group_fields = {
|
||||
'name': new_name if new_name else name,
|
||||
'inventory': inventory_id,
|
||||
|
||||
Reference in New Issue
Block a user