Skip to content

Commit

Permalink
Fix FQDN tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis authored and goneri committed Sep 21, 2022
1 parent d22ac1c commit fad37b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
health_check_2_id: "{{ create_result.results[1].health_check.id }}"

- name: Get health_check 1 info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_1_id }}"
health_check_method: details
register: health_check_1_info

- name: Get health_check 2 info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_2_id }}"
health_check_method: details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
health_check_id: "{{ create_result.health_check.id }}"

- name: Get health_check info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_id }}"
health_check_method: details
Expand Down Expand Up @@ -52,7 +52,7 @@
register: update_result

- name: Get health_check info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_id }}"
health_check_method: details
Expand Down Expand Up @@ -117,7 +117,7 @@
register: update_result

- name: Get health_check info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_id }}"
health_check_method: details
Expand Down Expand Up @@ -192,7 +192,7 @@
register: update_result

- name: Get health_check info
community.aws.route53_info:
amazon.aws.route53_info:
query: health_check
health_check_id: "{{ health_check_id }}"
health_check_method: details
Expand Down

0 comments on commit fad37b3

Please sign in to comment.