Merge 6c1b15868c into ca3cc077d6
commit
938e34bcd0
|
|
@ -27,7 +27,7 @@
|
||||||
name: "{{ zerotier_member_register_short_hostname | ternary(inventory_hostname_short, inventory_hostname) }}"
|
name: "{{ zerotier_member_register_short_hostname | ternary(inventory_hostname_short, inventory_hostname) }}"
|
||||||
description: "{{ zerotier_member_description | default() }}"
|
description: "{{ zerotier_member_description | default() }}"
|
||||||
config:
|
config:
|
||||||
ipAssignments: "{{ zerotier_member_ip_assignments | default([]) | list }}"
|
ipAssignments: "{{ zerotier_member_ip_assignments | default() }}"
|
||||||
body_format: json
|
body_format: json
|
||||||
register: conf_apiresult
|
register: conf_apiresult
|
||||||
delegate_to: "{{ zerotier_api_delegate }}"
|
delegate_to: "{{ zerotier_api_delegate }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue