Removed refresh systemctl service listener for systemctl daemon

This commit is contained in:
2025-09-11 22:37:16 +02:00
parent 54797aa65b
commit dc16b7d21c

View File

@@ -38,9 +38,7 @@
ansible.builtin.systemd: ansible.builtin.systemd:
daemon_reload: true daemon_reload: true
become: true become: true
listen: listen: reload system daemon
- reload system daemon
- refresh systemctl service
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}" async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}" poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"