mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
Fix the logic for a constructable inventory `keyed_groups` entry to use the `default_value` if the ``key` expression result is `None` or `omit` and not just an empty string. This bug was introduced with the changes in data tagging and goes back to the original behaviour. Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>