Felix Fontein
Felix Fontein
There has been a comment in https://github.com/ansible/ansible-lint/pull/4017#issuecomment-2361548665: > Closing as apparently these are to be deprecated and removed from core. Feel free to reopen if the situation with core changes,...
WTF, this issue has been taken up, there's a PR for it - it has been sitting there for almost a year (at the time this issue has been closed...
!component =plugins/lookup/cyberarkpassword.py
I guess `/opt/CARKaim/sdk/clipasswordsdk` needs to be available **inside the EE**, since lookups are always running on the controller (which is the EE container when using EEs). But I'm neither using...
The plugin's code uses `os.getenv()` to get the value of the env variable. It should not do that, but instead use `self.get_option('_command')` to access that option's value. In general the...
CC @jorn-ola-birkeland
@sabre1041 thanks!
Timestamp would be great as well. (Something relative or absolute that results in a `datetime.datetime` object, preferably with a timezone set.)
Having more output in the log would be really great. This would allow showing especially failures in a more structured way in CI. Something that would be especially useful is...
I guess there are two things we can do: 1. Don't fail the task if only listing the images fails. Right now it does fail since there is no reason...