Lycowolf

Results 6 comments of Lycowolf

Hi, I think hit this issue last week! The original example doesn't reproduce the issue (it works as expected), I am now trying to create a new self-contained example. This...

Okay, this is my minimized reproducer: ``` - hosts: localhost gather_facts: true tasks: - set_fact: res: "{{ vars['a'] }}" - debug: var: item loop: "{{ res }}" vars: a: "{{...

Hi, sorry for the late reply. I am specifically talking about the preflight handler flush (or any that happens before the unit files are created). I am completely on board...

I have no idea why is ansible-lint complaining - AFACT the ` changelogs/.plugin-cache.yaml` file should be ignored

Hi, I am currently being blocked by #145 and would like to have this fixed. I read the PR and I think there's nothing wrong with it technically. Because the...

My version of this is https://github.com/prometheus-community/ansible/pull/292