Merge "fix ansible warning about blazar"
This commit is contained in:
commit
1ff189b1d7
@ -46,7 +46,7 @@
|
|||||||
changed_when: blazar_host_aggregate | success
|
changed_when: blazar_host_aggregate | success
|
||||||
failed_when:
|
failed_when:
|
||||||
- blazar_host_aggregate.rc != 0
|
- blazar_host_aggregate.rc != 0
|
||||||
- "{{ 'already' not in blazar_host_aggregate.stderr }}"
|
- blazar_host_aggregate.stderr.find('already') == -1
|
||||||
run_once: True
|
run_once: True
|
||||||
delegate_to: "{{ groups['blazar-api'][0] }}"
|
delegate_to: "{{ groups['blazar-api'][0] }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user