community.general/changelogs/fragments/lookup-passwordstore-umask.yml

6 lines
269 B
YAML

---
minor_changes:
- passwordstore lookup plugin - added ``umask`` option to set the desired file permisions on creation. This is
done via the ``PASSWORD_STORE_UMASK`` environment variable
(https://github.com/ansible-collections/community.general/pull/1156).