Merge "fix ansible warning about blazar"

This commit is contained in:
Zuul 2018-06-11 07:29:25 +00:00 committed by Gerrit Code Review
commit 1ff189b1d7

View File

@ -46,7 +46,7 @@
changed_when: blazar_host_aggregate | success
failed_when:
- blazar_host_aggregate.rc != 0
- "{{ 'already' not in blazar_host_aggregate.stderr }}"
- blazar_host_aggregate.stderr.find('already') == -1
run_once: True
delegate_to: "{{ groups['blazar-api'][0] }}"