Jeff Geerling

Results 1858 comments of Jeff Geerling

Since this is an upstream issue, I'll close this issue now.

@cognifloyd - This is the first time I've ever seen `INJECT_FACTS_AS_VARS`; what's the use case for that? There are thousands of roles (and hundreds I maintain) using the built-in facts...

I've basically stopped testing on CentOS 7 for most of my work, as everything across the board is getting harder to support (yum issues with Ansible, Python 2 / 3...

Have you installed ansible with `pip3 install ansible`? It sounds like a module is missing from the installation, or your Ansible installation is a little outdated. Try running this command...

@matheus0312 - Interestingly, I ran into this same issue on my home Mac recently, and the same fix fixed it; looks like it was just a matter of running an...

I was able to get it to compile and work removing that flag as well, on 14.5 Sonoma.

@candra-wahab - Please see https://github.com/geerlingguy/ansible-role-php/issues/423 as well

This should be fixed now, however idempotence tests are failing. New issue: #6

I would like to get to it, can't guarantee when unfortunately: https://github.com/geerlingguy/ansible-for-devops/issues/574#issuecomment-1912964639 Molecule has changed a lot in the past couple years, but seems to have settled down a little,...