Skip to content

Commit 094a643

Browse files
authored
Merge pull request #476 from automationiberia/fix_controller_password_query
Fix controller password query
2 parents 88a85ed + c75f3f5 commit 094a643

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelogs/fragments/object_diff_role_and_plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ minor_changes:
33
- Renamed variable controller_workflow_job_templates to controller_workflows (the previos one was not used at all).
44
- Add roles object to object_diff role and controller_object_diff lookup plugin.
55
- "return_all: true has been added to return the maximum of max_objects=query_controller_api_max_objects objects."
6+
- Fix one query with controller_password to change it and set oauth_token=controller_oauthtoken.
67
...

roles/object_diff/tasks/hosts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'not__total_hosts': '0',
1515
'not__kind': 'smart'},
1616
host=controller_hostname, username=controller_username,
17-
password=controller_password, verify_ssl=controller_validate_certs,
17+
oauth_token=controller_oauthtoken, verify_ssl=controller_validate_certs,
1818
return_all=true, max_objects=query_controller_api_max_objects)
1919
}}"
2020

0 commit comments

Comments
 (0)