Blame tests/host/test_host_no_zone.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Test host
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: yes
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Ensure host with inexistent zone is absent.
Packit Service 0a38ef
    ipahost:
Packit Service a166ed
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: host01.absentzone.test
Packit Service 0a38ef
      state: absent
Packit Service 0a38ef
    register: result
Packit Service 0a38ef
    failed_when: result.failed or result.changed