File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,9 @@ provisioner:
3535 - " 172.17.0.3"
3636 - " 172.17.0.4"
3737 keepalived_virtual_ip_address : " 172.17.0.20"
38- keepalived_notification_email :
" [email protected] " 39- # keepalived_notification_emails:
40- # - "root@localhost"
41- 38+ keepalived_notification_emails :
39+ - " root@localhost"
40+ 4241verifier :
4342 name : " ansible"
4443scenario :
Original file line number Diff line number Diff line change 1313 fail_msg : " Some mandatory variables are not set."
1414 success_msg : " All mandatory variables are set."
1515
16- - name : " Variable keepalived_notification_email is deprecated"
17- when : " keepalived_notification_email | default('') | length > 0"
18- block :
19-
20- - name : " Set keepalived_notification_emails variable"
21- ansible.builtin.set_fact :
22- keepalived_notification_emails : ["{{ keepalived_notification_email }}"]
23-
24- - name : " Show deprecation warning"
25- ansible.builtin.debug :
26- msg :
27- - " The variable keepalived_notification_email is deprecated and will be removed in the next major release."
28- - " Please use list variable 'keepalived_notification_emails' instead."
29-
3016- name : " Install dependencies for Keepalived."
3117 become : true
3218 ansible.builtin.package :
You can’t perform that action at this time.
0 commit comments