Skip to content
Snippets Groups Projects
Commit 7daa4889 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by Thomas Woerner
Browse files

test_dnsrecord.yml: Rename tasks to better display test being executed.

parent b97156f2
Branches
Tags
No related merge requests found
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
register: result register: result
failed_when: result.changed or result.failed failed_when: result.changed or result.failed
- name: Ensure that 'host04' has an A record with reverse, for NS record. - name: Ensure that 'host04' has another A record with reverse.
ipadnsrecord: ipadnsrecord:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
zone_name: "{{ testzone }}" zone_name: "{{ testzone }}"
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
reverse: yes reverse: yes
failed_when: result.changed or result.failed failed_when: result.changed or result.failed
- name: Ensure that 'host04' has an A record with reverse, again. - name: Ensure that 'host04' has another A record with reverse, again.
ipadnsrecord: ipadnsrecord:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
zone_name: "{{ testzone }}" zone_name: "{{ testzone }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment