This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix skipping when host fail to update
Change-Id: I32d73bf37a891983e8c70e46bffa76b65ac345e0 Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
30d0628
commit 0e86f32
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- name: Upgrade host | ||
# TODO: change to ovirt_hosts, when Ansible 2.6 is out: | ||
ovirt_hosts_26: | ||
auth: "{{ ovirt_auth }}" | ||
name: "{{ item.name }}" | ||
state: upgraded | ||
check_upgrade: "{{ check_upgrade }}" | ||
reboot_after_upgrade: "{{ reboot_after_upgrade }}" | ||
timeout: "{{ upgrade_timeout }}" |