mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
dnszone tests: Fix typo on task names.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
ansible.builtin.include_tasks: env_setup.yml
|
ansible.builtin.include_tasks: env_setup.yml
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
- name: Check if zone is present, when in shouldn't be.
|
- name: Check if zone is present, when it shouldn't be.
|
||||||
ipadnszone:
|
ipadnszone:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed or result.failed
|
failed_when: not result.changed or result.failed
|
||||||
|
|
||||||
- name: Check if zone is present again, when in shouldn't be.
|
- name: Check if zone is present again, when it shouldn't be.
|
||||||
ipadnszone:
|
ipadnszone:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed or result.failed
|
failed_when: not result.changed or result.failed
|
||||||
|
|
||||||
- name: Check if zone is present, when in should be.
|
- name: Check if zone is present, when it should be.
|
||||||
ipadnszone:
|
ipadnszone:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
ipaapi_context: "{{ ipa_context | default(omit) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user