Felix Fontein
Felix Fontein
> Thanks for the detailed review and valuable tips. You're welcome! And thanks for working on this! > I took my bearings, or copied parts of it, from community.general.composer which...
Hmm, this seems to be how the INI package that SOPS uses (https://github.com/go-ini/ini/) operates. I've tried a few things (single quotes, double quotes, escape with backslash) and they didn't help...
Ok, now I found https://ini.unknwon.io/docs/howto/work_with_comments (it was not loading for some reason when I tried earlier), and it says that you can use single backticks (`` ` ``) or triple...
> As for your other advice: > > > (It would be better to set SpaceBeforeInlineComment to true, or even IgnoreInlineComment to true, but that would be a breaking change...)...
Also note that the plugin has been behaving this way for a long time (since Ansible 2.2, in 2016: https://github.com/ansible/ansible/pull/14332#issuecomment-218633723), so even if this has been a bug back then,...
openssl_privatekey is a module, not an action plugin, so it has no access to Ansible Vault. There are very few action plugins which support using Ansible Vault, and all I'm...
> But just a dumb thought, just adding ansible-vault as an optional dependency for this feature wouldn't work? So that the vault encryption isn't done on the controller but on...
I'm wondering whether `nmcli` is giving a better/proper error message that we're ignoring for some reason.
> @felixfontein If I remember right, you wanted to implement such feature long time ago :) Definitely! Never got around to do it unfortunately...