Skip to content
New issue

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 idempotency fails #1210

Open
ikerexxe opened this issue Feb 9, 2024 · 1 comment
Open

ipaidp idempotency fails #1210

ikerexxe opened this issue Feb 9, 2024 · 1 comment

Comments

@ikerexxe
Copy link

ikerexxe commented Feb 9, 2024

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.

@rjeffman rjeffman added the bug label Feb 10, 2024
@rjeffman
Copy link
Member

Thank you for the report.

IdP and AD idempotency issues are planed to be worked on Q2 and Q3 this year.

@t-woerner t-woerner added this to the 1.13 milestone Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants