mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-15 00:11:29 +00:00
Namespace the passwordstore lockfile (#8689)
* Namespace the lockfile
When passwordstore needs to grab a lock, it creates a statically file (within /tmp, typically). This is unfortunate, when there might be more than one user using the passwordstore functionality on that machine. Prepend the user to the filename, to bypass further issues.
* Update plugins/lookup/passwordstore.py
specifically reference the argument number in the format string.
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add changelog fragment for PR#8689
* Update 8689-passwordstore-lock-naming.yml
I was sure that was a copy/paste.
* Update changelogs/fragments/8689-passwordstore-lock-naming.yml
specify the type of plugin
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 9.3.0.yml | ||
| 8623-become-types.yml | ||
| 8624-cache-types.yml | ||
| 8625-inventory-types.yml | ||
| 8626-lookup-types.yml | ||
| 8627-connection-types.yml | ||
| 8628-callback-types.yml | ||
| 8632-pkgng-add-option-use_globs.yml | ||
| 8646-fix-bug-in-proxmox-volumes.yml | ||
| 8648-fix-gitlab-runner-paused.yaml | ||
| 8654-add-redis-tls-params.yml | ||
| 8674-add-gitlab-project-cleanup-policy.yml | ||
| 8675-pipx-install-suffix.yml | ||
| 8682-locale-gen-multiple.yaml | ||
| 8689-passwordstore-lock-naming.yml | ||
| 8695-keycloak_user_federation-mapper-removal.yml | ||
| 8708-homebrew_cask-fix-upgrade-all.yml | ||
| 8711-gconftool2-refactor.yml | ||
| 8741-fix-opentelemetry-callback.yml | ||