commit | bb7ac5139320d006aa8feedb9a0bb00adec4547c | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Feb 13 20:55:16 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Feb 13 20:55:16 2018 -0500 |
tree | 4aed2549e1f725db54f6f9d190d85f34618825af | |
parent | 58e77fb3795cf74eeaf19151232e8b5a88cc2f09 [diff] |
updated upgrade scripts
diff --git a/tasks/main.yml b/tasks/main.yml index 3237fb8..beeb099 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -9,3 +9,6 @@ no_proxy: "{{ no_proxy }}" PORT_TIMEOUT: '{{ port_timeout | default(60) }}' UP_TIMEOUT: '{{ up_timeout | default(60) }}' + register: upgrade + failed_when: + - "'All OK' not in upgrade.stdout"