redis: Don't enable plugins in check mode (prevents errors)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2022-05-05 09:41:27 +02:00 committed by Jérémy Lecour
parent 749d6a78cd
commit a93c1a9141
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
- used_keys
- used_memory
notify: restart munin-node
when: not ansible_check_mode
tags:
- redis

View File

@ -49,6 +49,7 @@
- used_keys
- used_memory
notify: restart munin-node
when: not ansible_check_mode
tags:
- redis