mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
test_dnsrecord.yml: Rename tasks to better display test being executed.
This commit is contained in:
committed by
Thomas Woerner
parent
b97156f235
commit
7daa48895f
@@ -282,7 +282,7 @@
|
||||
register: result
|
||||
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:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
zone_name: "{{ testzone }}"
|
||||
@@ -291,7 +291,7 @@
|
||||
reverse: yes
|
||||
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:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
zone_name: "{{ testzone }}"
|
||||
|
||||
Reference in New Issue
Block a user