Do not run redis restart handler when in check mode

This commit is contained in:
2024-10-25 11:35:21 +02:00
parent 0fb20091d2
commit 4c0d08285d
+1
View File
@@ -4,6 +4,7 @@
name: redis.service
enabled: true
state: restarted
when: not ansible_check_mode
- name: (Re-)start BEC server
ansible.builtin.systemd_service: