Skip to content

Commit becfbc4

Browse files
author
vagrant
committed
Flush handlers warning in block
1 parent e4e5504 commit becfbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/install.debian.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
shell: systemctl daemon-reload
7070
when: mongodb_is_systemd and mongodb_manage_service
7171

72-
- meta: flush_handlers
72+
- block:
73+
- meta: flush_handlers
7374
when: mongodb_is_systemd
7475

7576
- name: Install PyMongo package

0 commit comments

Comments
 (0)