Blob Blame History Raw
---
- name: Playbook to ensure DNS zone is absent
  hosts: ipaserver
  become: true

  tasks:
  - name: Remove zone.
    ipadnszone:
      ipaadmin_password: SomeADMINpassword
      name: testzone.local
      state: absent