quidame
quidame
Hi @JensHeinrich > My main issue is the handling (or rather missing handling) of lists I agree with @aminvakil : the module already handles multiple keys at once. Only one...
In my opinion, this is not a bug. I can reproduce the issue with a glob pattern as the `src`, like in the description (`src: /home/centos/somedir/*`). But there is nothing...
as reported by @gravesm , adding `--quiet` option just breaks `check_mode`. As said in *rsync(1)* manpage: ``` -q, --quiet suppress non-error messages ``` The `check_mode` and `diff` are based on...
note that the `--out-format` option is given a marker (``), which is removed from the output before sending this output in the results (msg, stdout_lines). At this step (the module...
@mandar242 , I suggest you try with something like the following, which shouldn't break anything ```diff @@ -619,14 +627,20 @@ def main(): out_lines = out_clean.split('\n') while '' in out_lines: out_lines.remove('')...
Hi @NathanDotTo , it seems to me there are some lack of consistency in the examples provided in the report. In the first case, you use: ```yaml path: "iso" src:...
hmmm... I think this is not a bug. Or at least this report needs more info, since the two examples provided fail because each embeds a value error (once for...
@NathanDotTo ping ?
This module adds a ssh public key in user's authorized_keys file. It doesn't make sense for me to not fail if the user account doesn't exist. In other words: on...
not only btrfs can span multiple devices at creation time, but it can also be enlarged or reduced afterwards by adding or removing devices to/from its pool. Say we add...