ansible/ansible-rulebook

When an asyncio.gather returns we are not checking for None before we deem it as an exception

mkanoor opened this issue · 1 comments

  • ansible-events version: 0.6.0
  • Python version: 3.10.6
  • Operating System: Mac OS

Description

When running performance test there is an error reported

ansible-events --rules ./performance_test/1k_event_rules.yml --inventory ./performance_test/inventory1.yml -S ./performance_test/sources/

ERROR:ansible_events:None

What I Did

ansible-events --rules ./performance_test/1k_event_rules.yml --inventory ./performance_test/inventory1.yml -S ./performance_test/sources/

Fixed in #154