Skip to content

fix(networking roles): ensure when conditionals return bool (Ansible 2.19) - #2657

Open
scibi wants to merge 1 commit into
debops:masterfrom
scibi:fix/when-bool-networking
Open

scibi wants to merge 1 commit into
debops:masterfrom
scibi:fix/when-bool-networking

Conversation

@scibi

@scibi scibi commented Mar 5, 2026

Copy link
Copy Markdown
Member

Replace | d() truthiness checks with | d() | length > 0 to produce proper boolean results in when conditions, avoiding deprecation warnings that will become errors in Ansible 2.19.

Affected roles: avahi, dnsmasq, nfs, nfs_server, unbound, tcpwrappers, iscsi, tinc

…2.19)

Replace | d() truthiness checks with | d() | length > 0 to produce
proper boolean results in when conditions, avoiding deprecation warnings
that will become errors in Ansible 2.19.

Affected roles: avahi, dnsmasq, nfs, nfs_server, unbound, tcpwrappers,
iscsi, tinc

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant