David Moreau Simard
David Moreau Simard
PR for update to fedora 41: https://github.com/ansible-community/ara/pull/589
Hi @gotmax23 and thanks for the issue. I've indeed attempted to centralize the data tagging stuff in that issue. Did you find something that didn't work, though ? I need...
I haven't had the chance to really dig into this yet but did come across these release notes from 2.19 beta2: https://forum.ansible.com/t/data-tagging-preview-and-testing/40759/21?u=rfc2549 > Ansible Core 2.19.0b2 has been tagged and...
@gotmax23 I've reproduced the issue with 2.19.0b1 by running ara's own integration tests: ```console > ansible-playbook tests/integration/lookups.yaml [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts...
Hi and thanks for the issue. I understand the sentiment though until somewhat recently there were still users of 0.x out there. It would be fair to retire it by...
Hi and thanks for the issue @garyverhulp. This would be nice to have. Like NiceRath mentions we have these numbers for hosts:  I understand that we do not have...
Hi @marcohald and thanks for the issue. "running" is already a task status and we have a filter for it here:  Edit: removed self confusion about task status and...
I was a bit tired when I wrote that.. re-reading it now: there is a distinction between the a task status and a task result status. The "task" is what...
There has been progress with data tagging: https://forum.ansible.com/t/data-tagging-preview-and-testing/40759 I haven't had the time to give it a spin yet.
Using the latest fallible seems to mostly just work? ``` Fallible experimental build 2025.3.11 This build contains the following experimental features: - [WIP] Templating overhaul, implement Data Tagging ``` The...