We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipaidp
I have the following task:
- name: Ensure github idp is present ipaidp: ipaadmin_password: **** name: github provider: github client_id: **** secret: ****
The first time I run it, it works correctly. But the second time it fails with:
TASK [Ensure github idp is present] ******************************************************************** fatal: [gdm.test]: FAILED! => {"changed": false, "msg": "idp_mod: github: no modifications to be performed"}
If there are no modifications to be performed, then it should skip the task.
The text was updated successfully, but these errors were encountered:
Thank you for the report.
IdP and AD idempotency issues are planed to be worked on Q2 and Q3 this year.
Sorry, something went wrong.
No branches or pull requests
I have the following task:
The first time I run it, it works correctly. But the second time it fails with:
If there are no modifications to be performed, then it should skip the task.
The text was updated successfully, but these errors were encountered: