openSUSE / ansible-obs

Some playbooks to operate OBS
1 stars 10 forks source link

The output when there is a migration is confusing #87

Open saraycp opened 11 months ago

saraycp commented 11 months ago

All the playbooks have a pre-task that checks if there is a pending migration:

 pre_tasks:
      - include_tasks: ./includes/pending-migration.yml

Its output is always red, looking like an error, even if we did choose the right book and everything goes on successfully.

Having a red output is confusing for operators. Can we change that at least for books with_migration_*?