/etc/ansible/facts.d/common.fact => [Errno 8] Exec format error

I believe the code path will look to see if the file is executable, and try to execute it. I’d make sure that the file isn’t executable. If it’s not executable, ansible will just read it, and then parse.

Thx it works, fact file must’nt have exec right :slight_smile: