Blob Blame History Raw
---
- name: Playbook to handle groups
  hosts: ipaserver
  become: true

  tasks:
  - name: Remove goups sysops, appops and ops
    ipagroup:
      ipaadmin_password: MyPassword123
      name: sysops,appops,ops
      state: absent