Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9b621b

Browse files
committedJun 1, 2019
Fix CONDITIONAL_BARE_VARS warning
1 parent 6592f90 commit f9b621b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tasks/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
group: root
3838
mode: 0644
3939
notify: restart monit
40-
when: monit_mail_enabled
40+
when: monit_mail_enabled | bool

‎tasks/mail.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
group: root
88
mode: 0644
99
notify: restart monit
10-
when: monit_mail_enabled
10+
when: monit_mail_enabled | bool

0 commit comments

Comments
 (0)
Please sign in to comment.