Ansible GCP Project enable APIs

Hi all,

I’ve had a rummage through the documentation but can’t see an Ansible native way to enable APIs on a GCP project (I can create the project just fine with Ansible, it just comes without all the APIs I need turned on). Can anyone point me in the right direction before I hack something together out of shell execs?

The equivalent in Terraform would be https://www.terraform.io/docs/providers/google/r/google_project_service.html, and the GCloud command is “gcloud services enable ” in case it helps disambiguate what I’m trying to achieve.

Thanks,
Ian