Skip to content
Snippets Groups Projects
Unverified Commit e8354932 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1028 from rjeffman/dnszone_fix_typo

dnszone tests: Fix typo on task names.
parents 308d970b 1469ac60
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
ansible.builtin.include_tasks: env_setup.yml
# Tests
- name: Check if zone is present, when in shouldn't be.
- name: Check if zone is present, when it shouldn't be.
ipadnszone:
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
......@@ -21,7 +21,7 @@
register: result
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:
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
......@@ -40,7 +40,7 @@
register: result
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:
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment