mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -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:
@@ -128,6 +128,8 @@ def main():
|
||||
|
||||
# Extract our parameters
|
||||
state = module.params.get('state')
|
||||
|
||||
# Create the data that gets sent for create and update
|
||||
user_fields = {
|
||||
'username': module.params.get('username'),
|
||||
'first_name': module.params.get('first_name'),
|
||||
|
||||
Reference in New Issue
Block a user