Select Git revision
fixipaip.sh
-
Thomas Woerner authored
The kinit call have been missing the principal.
Thomas Woerner authoredThe kinit call have been missing the principal.
test_host_no_zone.yml 300 B
---
- name: Test host
hosts: ipaserver
become: yes
tasks:
- name: Ensure host with inexistent zone is absent.
ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.absentzone.test
state: absent
register: result
failed_when: result.failed or result.changed