Skip to content

Commit

Permalink
sap_general_preconfigure: Improvements to DNS A/PTR checks and task t…
Browse files Browse the repository at this point in the history
…exts and comments
  • Loading branch information
Rob Dobozy committed Jun 26, 2024
1 parent d1c0d9d commit fad0b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
register: __sap_general_preconfigure_register_dns_test_a
failed_when: __sap_general_preconfigure_register_dns_test_a.rc != 0

### BUG: dig does not use search path in resolv.con on PPCle
### BUG: dig does not use search path in resolv.conf on PPCle
- name: "Verify the correct DNS hostname to IP address resolution (A record) using the hostname and the search list for {{ sap_general_preconfigure_hostname }}.{{ sap_general_preconfigure_domain }}"
ansible.builtin.shell: test "$(dig {{ sap_general_preconfigure_hostname }} +search +short)" = "{{ sap_general_preconfigure_ip }}"
changed_when: false
Expand Down

0 comments on commit fad0b4c

Please sign in to comment.