Bug 1973166

Summary: Sample playbook included for selfservice module is incorrect
Product: Red Hat Enterprise Linux 9 Reporter: Thomas Woerner <twoerner>
Component: ansible-freeipaAssignee: Thomas Woerner <twoerner>
Status: CLOSED CURRENTRELEASE QA Contact: ipa-qe <ipa-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ipa-qe, mvarun, ndehadra, rjeffman, sumenon, twoerner
Target Milestone: betaKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1922060 Environment:
Last Closed: 2021-12-07 21:30:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1922060    
Bug Blocks:    

Comment 7 Varun Mylaraiah 2021-08-09 06:19:09 UTC
Verified

ansible-freeipa-0.3.8-1.el9.noarch
ipa-server-4.9.6-4.el9.x86_64

Red Hat Enterprise Linux release 9.0 Beta (Plow)
[root@ansible ~]# cat /usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-present.yml
---
- name: Selfservice present
  hosts: ipaserver
  become: true

  tasks:
  - name: Ensure selfservice "basic manager attributes" is present
    ipaselfservice:
      ipaadmin_password: SomeADMINpassword
      name: "basic manager attributes"
      permission: read
      attribute:
      - businesscategory


[root@ansible ~]# cat /usr/share/doc/ansible-freeipa/playbooks/selfservice/selfservice-member-present.yml 
---
- name: Selfservice member present
  hosts: ipaserver
  become: true

  tasks:
  - name: Ensure selfservice "basic manager attributes" member attribute departmentnumber is present
    ipaselfservice:
      ipaadmin_password: SomeADMINpassword
      name: "basic manager attributes"
      attribute:
      - departmentnumber
      action: member