Felix Fontein
Felix Fontein
@bmenant thanks for spotting that! Do you want to create a PR to fix it? Edit: I created a PR: #10075
The release tarball is the one published on https://galaxy.ansible.com/ui/repo/published/community/general/. The publishing process happens outside this repository and we don't really have a way to modify it. On the other hand,...
What do you mean with "adding `when` to community.general.make"? `when` is a task attribute supported by every task.
Isn't that basically what the module already does? It runs `make -q`, which returns 0 if make will not build anything and 1 if it does, and only runs `make`...
Does it also work if you set `encryption: aes-256-gcm`? Otherwise, I guess `encryption: on` should be treated as `encryption:
@munchtoast thanks for your contribution! @russoz thanks for reviewing!
@Akasurde ping needs_info
> @felixfontein I am thinking this might be better off as a facts module, rather than just info. It _is_ some system information, unlikely to change often (for most cases)....
@yousefenzhad there are still several open comments from our reviews. Can you please address these? Thanks.
Also could you please squash some of the commits to reduce the number of commits?