-
Notifications
You must be signed in to change notification settings - Fork 28
Description
In AAP/AWX, all of my check_point.gaia-related playbooks fail at the very first task with the error message:
Task failed: No inventory was parsed, please check your configuration and options.
This issue started around October 2025. It does not seem to matter what I change in the execution environment — I have tried numerous variations without success. Gaia is the only device type affected. Playbooks using check_point.mgmt, cisco.ios, community.zabbix, and cisco.nxos all work correctly with the same inventory source and execution environment. It also appears that others are experiencing the same issue: https://forum.ansible.com/t/no-inventory-was-parsed-in-awx-but-works-with-ansible-navigator/42648
I'm using Python 3.12.12, ansible-core 2.20.2, ansible.netcommon 8.4.0, ansible.utils 6.0.1 and check_point.gaia 7.0.0 - both in CLI and the execution environment for aap/awx. The gaia collection is working without any problems in CLI and also if I pull the execution environment image, run it and execute gaia related playbooks from within it. It only fails with the No inventory parsed message if I launch jobs from AAP/AWX.
Any help or guidance would be greatly appreciated.