Files
kayobe/ansible
Will Szumski 190b79b5d0 [firewalld] Fix broken conditional
Broken conditionals are currently allowed because the
`ALLOW_BROKEN_CONDITIONALS` configuration option is enabled.

    [DEPRECATION WARNING]: Conditional result (True) was derived from
    value of type 'str' at
    '/home/zuul/src/opendev.org/openstack/kayobe-config-dev/etc/kayobe/zz-30-overrides.yml:47:25'.
    Conditionals must have a boolean result. This feature will be removed
    from ansible-core version 2.23.
    Origin: /home/zuul/kayobe-venv/share/kayobe/ansible/roles/firewalld/tasks/enabled.yml:50:9

    48   become: true
    49   loop: "{{ network_interfaces }}"
    50   when: item | net_zone
               ^ column 9

TrivialFix

Change-Id: I88e0f12e838070196d8f3ffa4ec95464ab323632
Signed-off-by: Will Szumski <will@stackhpc.com>
2026-03-04 08:28:38 +01:00
..
2026-03-04 08:28:38 +01:00
2025-01-27 16:42:33 +00:00
2025-06-14 21:53:28 +03:00
2025-11-14 10:37:20 +00:00
2025-01-27 16:42:33 +00:00
2025-10-10 18:08:48 +01:00
2025-01-27 16:42:33 +00:00