You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/cache
Rudnei Bertol Junior 9a0a5d834e
Fixes permission for cache json file from 600 to 644 (#82761)
Until ansible-core 2.12 the facts cache file created by this module, have permission set as 644 which allows the other users to read the cache, since ansible-core 2.13, we create the temporary file, but we do not set the permission after renaming the temporary file.  Adding the line to set the permission to allow other users/groups to read this file.
3 months ago
..
__init__.py Fixes permission for cache json file from 600 to 644 (#82761) 3 months ago
base.py Require `from __future__ import annotations` (#81902) 8 months ago
jsonfile.py Require `from __future__ import annotations` (#81902) 8 months ago
memory.py Require `from __future__ import annotations` (#81902) 8 months ago