Skip to content

Commit

Permalink
hosted_engine_setup: fix auth revoke (#237)
Browse files Browse the repository at this point in the history
* hosted_engine_setup: fix auth revoke

* add changelog
  • Loading branch information
mnecas authored Mar 22, 2021
1 parent 98c32a1 commit 7b8fbac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- hosted_engine_setup - Fix auth revoke (https:/oVirt/ovirt-ansible-collection/pull/237).
2 changes: 1 addition & 1 deletion roles/hosted_engine_setup/tasks/auth_revoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
- name: Always revoke the SSO token
ovirt_auth:
state: absent
ovirt_auth: "{{ ovirt_sso_auth }}"
ovirt_auth: "{{ ovirt_sso_auth.ansible_facts.ovirt_auth }}"
ignore_errors: true

0 comments on commit 7b8fbac

Please sign in to comment.