The encryption works fine and as expected, but the decryption is not working.
In ansible i use the community.sops.sops_vars-plugin and my ansible.cfg looks like:
If i understood correctly i can say then community.sops.sops_vars-plugin with the parameter _valid_extensions that it should also read my normal yaml-files. But it does not work.
Thanks for your help, maybe i missunderstood something.
In my ansible inventory i encrypt only some of the variables with the command:
My .sops.yml looks like:
The encryption works fine and as expected, but the decryption is not working. In ansible i use the community.sops.sops_vars-plugin and my ansible.cfg looks like:
If i understood correctly i can say then community.sops.sops_vars-plugin with the parameter _valid_extensions that it should also read my normal yaml-files. But it does not work.
Thanks for your help, maybe i missunderstood something.