diff --git a/roles/munin/tasks/main.yml b/roles/munin/tasks/main.yml index cfc6d7046..bc250c367 100644 --- a/roles/munin/tasks/main.yml +++ b/roles/munin/tasks/main.yml @@ -9,7 +9,7 @@ - name: Assert that "munin_install is sameas true" (boolean not string etc) assert: that: munin_install is sameas true - fail_msg: "PLEASE SET 'munin_install: True' e.g. in: /etc/iiab/local_vars.yml" + fail_msg: "PLEASE SET 'munin_install: True' e.g. IN: /etc/iiab/local_vars.yml" quiet: yes #that: munin_install is defined and munin_install is sameas true #success_msg: munin_install is defined and munin_install is sameas true @@ -17,7 +17,7 @@ - name: Assert that "munin_enabled | type_debug == 'bool'" (boolean not string etc) assert: that: munin_enabled | type_debug == 'bool' - fail_msg: "PLEASE GIVE VARIABLE 'munin_enabled' A PROPER (UNQUOTED) BOOLEAN VALUE e.g. in: /etc/iiab/local_vars.yml" + fail_msg: "PLEASE GIVE VARIABLE 'munin_enabled' A PROPER (UNQUOTED) BOOLEAN VALUE e.g. IN: /etc/iiab/local_vars.yml" quiet: yes #that: munin_enabled is defined and munin_enabled | type_debug == 'bool' #success_msg: munin_enabled is defined and munin_enabled | type_debug == 'bool'