Comment 4 for bug 1960175

Revision history for this message
Dwane Pottratz (dpcsar) wrote :

Hi Dmitriy,

That didn't work. I also tried to "192.168.2.0/24' for monitor_address_block.

I have found what the bug is. The latest OSA is using ansible 2.11.6. According to documentation for ansible.builtin.setup:

Filter: "As of Ansible 2.11, the type has changed from string to list and the default has became an empty list. A simple string is still accepted and works as a single pattern. The behavior prior to Ansible 2.11 remains."

Since you are using a list as a string. This is broken.

I am working on a fix and testing it. I am sure you will need to make something more complex to support different versions of ansible.

Dwane