Merge "Ignore errors when checking result of previous deployments" into stable/queens

This commit is contained in:
Zuul 2018-07-15 19:25:56 +00:00 committed by Gerrit Code Review
commit 804d19891f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
shell: |
exit $(jq .deploy_status_code /var/lib/heat-config/deployed/{{ deployment_uuid }}.notify.json)
register: previous_deployment_result
ignore_errors: false
ignore_errors: true
when: deployed_file_stat.stat.exists
- name: "Remove deployed file for {{ item }} when previous deployment failed"