mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
use FQCN
This commit is contained in:
parent
36f0362bfc
commit
0ead28091d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue