Fix typo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2022-04-19 10:45:18 +02:00
parent 3d4a0f1538
commit 0dae6c5662

View File

@ -31,9 +31,12 @@
guestinfo.rootsshkey: "foo"
guestinfo.ntpserver: "{{ network.ntpserver }}"
guestinfo.ipaddress: "{{ item.ip | ansible.utils.ipaddr('address') }}"
guestinfo.prefixlength: "{{ (item.ip | ansible.utils.ipaddr('prefix') }}"
guestinfo.prefixlength: "{{ item.ip | ansible.utils.ipaddr('prefix') }}"
guestinfo.dnsserver: "{{ network.dnsserver }}"
guestinfo.gateway: "{{ network.gateway }}"
# customization_spec: "{{ customization_spec }}"
delegate_to: localhost
with_items: "{{ servers }}"
register: result
- ansible.builtin.debug:
msg: result