Skip to content
  1. Jan 26, 2022
  2. Jan 25, 2022
    • Rafael Guterres Jeffman's avatar
      ipauser: Fix idempotence issue when using 'preserved'. · 7f61e72a
      Rafael Guterres Jeffman authored
      When trying to ensure 'state: absent' with 'preserved: yes' in ipauser,
      after the first execution the playbook would fail with "user is already
      present". Similar idempotence issue would happen when 'state: undelete'
      was used.
      
      This PR fixes both issues, and improve tests for the states where user
      is preserved, enabled and disabled. The 'find_user' function now uses
      IPA API 'user_show' instead of 'user_find' so that only the requested
      user is actually returned.
      7f61e72a
  3. Jan 24, 2022
  4. Jan 21, 2022
  5. Jan 20, 2022
  6. Jan 19, 2022
  7. Jan 18, 2022
  8. Jan 17, 2022
  9. Jan 13, 2022