kewlfft / ansible-aur

Ansible module to manage packages from the AUR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to show build progress

victorbrca opened this issue · comments

I'm running 'ansible-aur' to rebuild VM images, and I'm noticing that sometimes it looks like the install hangs (which could be just taking long to compile), but I have no visibility of what's going in the background.

Is there an option to show the build/install progress? I have tried ansible-playbook -vvv but that does not show build progress.

Thanks!

commented

Thanks for your question, there is no specific option to show the progress.
Then like for any module you could see the output after completion, something like register: progress and - debug: msg="{{ progress.stdout }}"