Merge "Clarify error message for Nova notification settings"

This commit is contained in:
Zuul 2020-08-26 07:12:49 +00:00 committed by Gerrit Code Review
commit af407828c0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
- name: Check Notify Nova settings values
fail:
msg: "Value of {{ item.item }} is set to {{ item.value|bool }}."
msg: "{{ item.item }} should be set ro True. Current value: {{ item.value }}."
when: not item.value|bool or item.value == None
with_items: "{{ neutron_notify_nova_result.results }}"