Release Summary
Maintenance release.
Known Issues
- When using the
community.sops.load_varswith ansible-core 2.20, note that the deprecation ofINJECT_FACTS_AS_VARScauses deprecation warnings to be shown every time a variable loaded withcommunity.sops.load_varsis used. This is due to ansible-core deprecatingINJECT_FACTS_AS_VARSwithout providing an alternative for modules likecommunity.sops.load_varsto use. If you do not like these deprecation warnings, you have to explicitly setINJECT_FACTS_AS_VARStotrue. DO NOT change the use of SOPS encrypted variables toansible_facts. The situation will hopefully improve in ansible-core 2.21 through the promised API that allows action plugins to set variables; community.sops will adapt to use it, which will make the warning go away. (The API was originally promised for ansible-core 2.20, but then delayed.)