Skip to content

v0.3.2

Latest

Choose a tag to compare

@msradam msradam released this 05 Jul 15:59

Bug-fix release.

Changes

  • Fix load_inventory() dropping hosts declared with no host variables. ansible-inventory --list only lists a host under _meta.hostvars if it carries at least one variable, so enumerating hosts from _meta.hostvars keys silently returned an empty host list for the common case of plain host declarations (hosts: {web1:, web2:}). Hosts are now derived from the union of each group's own hosts list. Verified against real ansible-core 2.21.1.

Install

pip install rocannon