David Moreau Simard

Results 496 comments of David Moreau Simard

It looks like it fails before sleeping, here: ``lookup plugin (ara_api) not found``. Can you try again with ``export ANSIBLE_LOOKUP_PLUGINS=$(python3 -m ara.setup.lookup_plugins)`` in addition to the callback configuration ?

I haven't been able to reproduce the issue on my end and so I don't have a hint about the problem or the solution. If someone finds more information about...

@Thulium-Drake I have not come across this issue before. Are you still able to reproduce it ? Could you also share an output of a ``pip freeze`` ? It would...

Hey @hovisms and thanks for the issue. Formatting dates and durations is hard :) I will need to think a bit about whether we should have a field for a...

@hovisms unrelated to the original issue but I wanted to point out that it is recommended to run the same version of ara for both the server and the clients...

Hey @module0x90 and thanks for the issue. The problem doesn't immediately ring me a bell and I'm not sure whether you would see it running mysql or postgresql. Could you...

> Thank you @hille721. You just encouraged me even more to migrate to a _proper_ database. sqlite is good enough when running a single playbook at a time without enabling...

I'm not super confident it's the prettiest implementation but it looks better ¯\_(ツ)_/¯ ## Before ![Screenshot from 2023-09-09 02-53-54](https://github.com/ansible-community/ara/assets/1291204/fe90f1b9-3fe3-46bd-a13e-10edd8f0b76e) ![Screenshot from 2023-09-09 02-53-57](https://github.com/ansible-community/ara/assets/1291204/980babbe-4535-405f-aa6a-1aeabe40fd2a) ## After ![Screenshot from 2023-09-09 03-34-25](https://github.com/ansible-community/ara/assets/1291204/1748eddd-ac28-4310-966c-62aa1a5476d0) ![Screenshot...

If we go ahead with something like this, it would be worth revisiting the hosts and tasks tables to do something similar with host facts and task tags: ![Screenshot from...

@ianw, @hille721, what do you think ? do you have an opinion ?