Merge "MNAIO: When saving VM images RC=2 is not a fail"

This commit is contained in:
Zuul 2018-08-20 15:30:35 +00:00 committed by Gerrit Code Review
commit 595c2f6cea
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@
with_items: "{{ groups['pxe_servers'] }}"
register: _save_disk_image
changed_when: _save_disk_image.rc == 2
failed_when: _save_disk_image.rc not in [0, 2]
- name: Save VM definition
copy: