Ansible 'service' module fails with mitogen, switch to 'systemd'

This commit is contained in:
Andreas B. Mundt 2026-02-03 15:12:58 +01:00
parent 9f0feb8818
commit e4509661f6

View file

@ -1,6 +1,5 @@
- name: Restart sssd
ansible.builtin.service:
ansible.builtin.systemd:
name: sssd
state: restarted
enabled: true
listen: "Restart sssd"