gygitlab
gygitlab
##### SUMMARY Sometimes a Helm repo needs to be updated with a new URL. The `helm repo add` command allows for this with the `--force-update` flag: ``` --force-update replace (overwrite)...
##### SUMMARY Add in a lookup plugin to retrieve secrets from [Google Secret Manager](https://cloud.google.com/secret-manager). [Similar to the one for AWS](https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_secret_lookup.html). ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Maybe...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
##### SUMMARY Apologies in advanced if I've misunderstood the docs or missed something. The docs state that the [`kubernetes.core.helm` module](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module.html#return-values) should be returning a `status` object that contains various information...
The `Determine latest GitHub release (local)` call is subject to GitHub's [default rate limits of 60 calls per hour](https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-personal-accounts) (unauthenticated). There is a workaround for this by pinning version to...
##### SUMMARY This is very closely related to https://github.com/ansible-collections/azure/issues/1505 but it is subtly different. On up to date Mac systems a new build issue has appeared with the `uamqp` Python...
##### SUMMARY Currently Python 3.12 is not supported for this collection by proxy due to the requirement of [`azure-iot-hub`](https://github.com/Azure/azure-iot-hub-python/) that in turn [requires `uamqp`](https://github.com/Azure/azure-iot-hub-python/blob/main/setup.py#L80). [`azure-uamqp-python`](https://github.com/Azure/azure-uamqp-python) is no longer in active...
### Describe the bug The `plugins.security.disabled` no longer looks to be working in the 2.12 release. Setting the variable as an environment variable now leads to the following error in...
As called out in #436 there's been some recent changes to GPG key locations and apt config. Additionally last year the filename for the apt config was changed to `docker.list`...