From 0ead28091d2c71af7eec7e4a75e5e62f2ae5d4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 9 Apr 2020 11:45:06 +0200 Subject: [PATCH] use FQCN --- 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 f90688f..1d33fbe 100644 --- a/tests/integration/targets/hcloud_rdns/tasks/main.yml +++ b/tests/integration/targets/hcloud_rdns/tasks/main.yml @@ -29,7 +29,7 @@ - name: test missing required parameters on create hcloud_rdns: server: "{{ hcloud_server_name }}" - ip_address: "{{ setup.hcloud_server.ipv6 | ipaddr('next_usable') }}" + ip_address: "{{ setup.hcloud_server.ipv6 | ansible.netcommon.ipaddr('next_usable') }}" state: present register: result ignore_errors: yes