Ansible playbook not running in GitHub Actions

I am writing an Ansible playbook to quickly install and configure a local laptop. I have tested it on my local machine with ansible-playbook local.yml --ask-become-pass and in a Vagrant box with vagrant provision, and that works perfectly. (please keep reading)

local.yml

guess what… I didn’t change a thing, and about an hour later it worked.
Wha…?