Blame playbooks/dnszone/dnszone-present.yml

Packit Service 0a38ef
- name: dnszone present
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Ensure zone is present.
Packit Service 0a38ef
    ipadnszone:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: testzone.local
Packit Service 0a38ef
      state: present