1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/lookup-passwordstore-umask.yml

6 lines
269 B
YAML
Raw Normal View History

---
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).