Sloane Hertel

Results 169 comments of Sloane Hertel

@j-oss2023 If the issue is the Python interpreter changing mid play, you could fix it by running a `- meta: clear_facts` task before calling `wait_for_connection` (and then run `gather_facts` after,...

outdated graph - see dropdown in SUMMARY for latest

Do you mean for vars plugin options with `vars` in their config? I think it depends, because a vars plugin would have to call `set_options` itself. If it does that...

Oh, I see what you mean. This still does the 2x processing, but I was tempted to fix that. The last cache I added with the path is the path...

Here's a more minimal view using get_vars as the leaf node. It runs the same number of times. devel this branch Also tested with `ansible-playbook` (all hosts, no facts or...

I think this was caused by 6d2d476113b3a26e46c9917e213f09494fbc0a13, and has been somewhat fixed by https://github.com/ansible-collections/ansible.posix/commit/139e103b0f2f211bcf73b0bdff4307ff3ce9d2dc. It seems like it would be better for synchronize to get the finalized value from the...

@mattclay What do you think about disabling this test for collections?