df-cgdm

Results 11 comments of df-cgdm

The problem seems to come from the "shebang" in the modules. When I remove the shebang from "hashivault_read.py", it's working. Replacing the shebang "#!/usr/bin/env python" by "#!/usr/bin/python" is also working.

I'm running on a Debian 11. The problem is that ```/usr/bin/env python``` run python 2.7 rather than python 3.9 because it's the system default. The hvac library is only installed...

The ansible documentation (https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/shebang.html) is saying "This does not apply to Ansible modules, which should not be executable and **must always use** ```#!/usr/bin/python```."

The documentation of the bigip_pool_member module is saying "When state is absent, the system attempts to remove the node the pool member references. The node will not be removed if...

> Currently, Autofollow initiates replication for indices under the same name. It might be good idea to have optional param `rename_pattern` under the autofollow API and based on use-case, customers...

Any update on this?

@tjbck do you plan to merge this PR ? Thank you

Hello I've the same kind of problems The trivy operator report a lot of error like the one below and the job remains so the operator stop working I have...