option to show all playbook logs #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I'm using ansible-parallel
2023.7.26, Below is command I triedansible-parallel -vv a.yml b.yml c.yml d.yml e.yml -i hosts.ini`
I'm trying get all logs at one place for above 5 playbook runs. is there any way I can get complete verbose (-vv) logs for debugging any issue using ansible-parallel . This will be much needed feature when you want to debug a playbook why it failed
option to show all stdout logsto option to show all playbook logsAny update on the above request?
PR welcome, I'm low in bandwidth those days.
I think it's an easy task: implement another
show_progressionto use when-vvis given, which prints all messages like:have not tried it though, it's midnight here and I really have to sleep :D
@mdk I raised a PR . Please review
@mdk Reminder !