404 Module not Found
couldn’t resolve module/action 'ansible.builtin.systemd_service'.
ERROR! couldn't resolve module/action 'ansible.builtin.systemd_service'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/somewhere/primer.yml': line 123, column 9, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
dest: /etc/systemd/logind.conf.d/
- name: Reload logind config
^ here
Tätsächlich heißt das Modul in älteren Version ansible.builtin.systemd .
In neueren Versionen funktioniert der alte Name weiterhin.