Select Git revision
build-containers.yml
-
Rafael Guterres Jeffman authored
This patch enable upstream CI to build a testing Fedora Rawhide container and enables its use in nightly and weekly test runs.
Rafael Guterres Jeffman authoredThis patch enable upstream CI to build a testing Fedora Rawhide container and enables its use in nightly and weekly test runs.
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