How to increase the log level of the "SCM Update" job i.e. the project_update.yml playbook?

Currently when a project is updated, it shows the following

TASK [Repository Version] ****************************************************** ok: [localhost] => { “msg”: “Repository Version 131f15793f53e208041bbd9ba95ae5b7329ca166” } TASK [Write Repository Version] ************************************************ changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=5 changed=1 unreachable=0 failed=0

How can I pass in the -vvvv to the project_update.yml or the equivalent so I can see more details where it writes the scm_revision_output to under the “Write Repository Version” task?

There isn’t currently a parameter to raise the verbosity of the project update.