You can set variables in ansible to empty with the omit special variable:
E.g.
Ip: “{{ item.ip_address | default(omit) }}”
You can set variables in ansible to empty with the omit special variable:
E.g.
Ip: “{{ item.ip_address | default(omit) }}”
No replies yet.