Sloane Hertel
Sloane Hertel
> It would seem that the big picture intention (perhaps?) is that repository-wide facts are considered harmful... This isn't the right terminology[^1], but the idea you might be thinking of,...
Snippet from the commit linked: ``` -- Andrea Azzarone Tue, 03 Apr 2018 16:04:32 +0200 software-properties (0.96.24.25) bionic; urgency=medium * ppa.py: - rework key retrieval, instead of using hkp &...
@andyfoston Good catch, I missed that --keyserver is deprecated in gpg. I tested it with 2.4.0, and it worked and didn't emit a deprecation warning, but it looks like it...
It looks like this was fixed by https://github.com/ansible/ansible/pull/80630.
@topical Sorry, good catch!
Hi! Thanks very much for your submission to Ansible. It means a lot to us that you've taken time to contribute. Unfortunately, we're not sure if we want this feature...
Hi! Thanks very much for your interest in Ansible. It means a lot to us. This appears to be a user question, and we'd like to direct this topic to...
I can reproduce with `include_role`|`include_tasks`, with or without `loop`, even when using extra vars or `|default` to ensure variables are defined. Adding `always_post_validate=True` to the `no_log` FieldAttribute would fix it....
That doesn't fix it for me. I've was testing with 2 identical sources. The variable is available and the post validated, but the FA isn't applicable to be templated. If...
@bcoca I was testing with and without `loop`, and because it affects both, `_run_loop` didn't seem like the root cause. I thought IncludedFile would be a common denominator, but maybe...