You are running ansible-playbook with -C aka --check so no changes is
done in check mode.
From the man ansible-playbook
-C, --check
Do not make any changes on the remote system, but test resources to
see what might have changed.
Note this can not scan all possible resource types and is only a
simulation.
--
Kai Stian Olstad