ansible-role-systemd_networkd/tasks
Dmitriy Rabotyagov c449573e72 Fix systemd-resolved config conditional
Variable systemd_resolved is supposed to be a dict. When bool filter is
applied to dict it returns false despite dict have any values or not.
So we need to change that logic to verify if we have empty dict or not.

Change-Id: I17d5bebe4bd1c133798161f27e08bd2989848178
2020-05-15 14:27:59 +03:00
..
main.yml Fix systemd-resolved config conditional 2020-05-15 14:27:59 +03:00