Double Headers when using both profile_tasks and profile_roles

When I use both profile_tasks and profile_roles in my ansible.cfg I get two headers lines. How do I trim that down to just one (or none just for knowledge’s sake)?

For example I only want one header line with the date time and elapsed time (Wednesday 03 August 22 12:30:29).

----- Example Output

TASK [Looped results.] ****************************************************************************************************************************************************************************
Wednesday 03 August 2022 12:30:29 -0500 (0:00:00.109) 0:00:00.943 ******
Wednesday 03 August 2022 12:30:29 -0500 (0:00:00.109) 0:00:00.943 ******
ok: [localhost] => (item=) => {
“msg”: “whoami - jgraceadmin\n.”
}
ok: [localhost] => (item=) => {
“msg”: “who am i - .”
}

PLAY RECAP ****************************************************************************************************************************************************************************************
localhost : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

Wednesday 03 August 2022 12:30:29 -0500 (0:00:00.111) 0:00:01.054 ******

use only one?

the callback plugins have no clue about each other, they each work independantly