ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Add run_once on funding tasks #372

Closed hedii closed 2 years ago

hedii commented 3 years ago

Hi. When the funding.yml tasks are executed on a large inventory, they are literally spamming the console output with the funding info for every host. It makes scrolling up to see the deployment console output somewhat difficult; It can even hide the beginning of the output on some terminals limiting the number of lines you can scroll up in history.

This PR adds run_once: true to the funding.yml tasks, so that sponsors are only displayed once (and not 2 times 200 if I have an inventory of 200 hosts).

hedii commented 3 years ago

Hello, if this PR is problematic, I can close it. It has been opened a while ago.

@ricardclau what do you think about it?