Hi guys,
I have source inventory by Azure and need to create the filter with this informations:
- The VMs is running
- The OS is Linux
- The name contains lnx
I create this filter nut not working
host_filters: “{{ powerstate == ‘running’ }} and {{ ‘lnx’ in computer_name }} and {{ os_profile.system == ‘linux’ }}”
How can create the filter in source inventory?