From 55359c8fc9f99f4c493804352082961f45b7b868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Mon, 7 Sep 2020 16:05:14 +0200 Subject: [PATCH] Allow setting Floating IP RDNS entries with hcloud_rdns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- tests/integration/targets/hcloud_rdns/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/hcloud_rdns/tasks/main.yml b/tests/integration/targets/hcloud_rdns/tasks/main.yml index 12339ec..f34f104 100644 --- a/tests/integration/targets/hcloud_rdns/tasks/main.yml +++ b/tests/integration/targets/hcloud_rdns/tasks/main.yml @@ -115,7 +115,7 @@ assert: that: - rdns is changed - - rdns.hcloud_rdns.server == "{{ hcloud_floating_ip_name }}" + - rdns.hcloud_rdns.floating_ip == "{{ hcloud_floating_ip_name }}" - rdns.hcloud_rdns.ip_address == "{{ floatingIP.hcloud_floating_ip.ip}}" - rdns.hcloud_rdns.dns_ptr == "example.com"